public class RichTextContentHandler extends WriteOutContentHandler
Constructor and Description |
---|
RichTextContentHandler(java.io.Writer writer)
Creates a content handler that writes XHTML body character events to
the given writer.
|
Modifier and Type | Method and Description |
---|---|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes) |
characters, ignorableWhitespace, isWriteLimitReached
endDocument, endElement, endPrefixMapping, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, toString
public RichTextContentHandler(java.io.Writer writer)
writer
- writerpublic void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class ContentHandlerDecorator
org.xml.sax.SAXException
Copyright © 2010 - 2020 Adobe. All Rights Reserved