public class PostRichTextHandler extends DefaultHandler
Modifier and Type | Field and Description |
---|---|
private static String |
__SEPARATOR |
private StringBuilder |
_internal |
Constructor and Description |
---|
PostRichTextHandler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
String |
getValue()
Gets the value of the parsed data
|
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
private static final String __SEPARATOR
private StringBuilder _internal
public PostRichTextHandler()
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class DefaultHandler
SAXException