public class MyContentHandler
extends fr.opensagres.poi.xwpf.converter.xhtml.SimpleContentHandler
| 构造器和说明 |
|---|
MyContentHandler(OutputStream out,
Integer indent) |
MyContentHandler(Writer writer,
Integer indent) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
flushCharacters(String characters) |
CharSequence |
htmlEncode(CharSequence source) |
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
characters, endElement, mustEncodeCharachers, resetCharactersendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic MyContentHandler(OutputStream out, Integer indent)
public CharSequence htmlEncode(CharSequence source)
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement 在接口中 ContentHandlerstartElement 在类中 fr.opensagres.poi.xwpf.converter.xhtml.SimpleContentHandlerSAXExceptionprotected void flushCharacters(String characters) throws SAXException
flushCharacters 在类中 fr.opensagres.poi.xwpf.converter.xhtml.SimpleContentHandlerSAXExceptionCopyright © 2019. All rights reserved.