public class RichTextContentHandler extends WriteOutContentHandler
Constructor and Description |
---|
RichTextContentHandler(Writer writer)
Creates a content handler that writes XHTML body character events to
the given writer.
|
Modifier and Type | Method and Description |
---|---|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, ignorableWhitespace, isWriteLimitReached
endDocument, endElement, endPrefixMapping, handleException, processingInstruction, setContentHandler, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, toString
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warning
public RichTextContentHandler(Writer writer)
writer
- writerpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class ContentHandlerDecorator
SAXException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.