public class TextOutputHandler extends org.xml.sax.HandlerBase implements OutputDocumentHandler
| Constructor and Description |
|---|
TextOutputHandler() |
TextOutputHandler(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] cbuf,
int off,
int len) |
void |
endDocument() |
org.xml.sax.DocumentHandler |
init(Destination dest,
org.xml.sax.AttributeList atts) |
endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warningpublic TextOutputHandler()
public TextOutputHandler(java.io.Writer writer)
public org.xml.sax.DocumentHandler init(Destination dest, org.xml.sax.AttributeList atts) throws java.io.IOException
init in interface OutputDocumentHandlerjava.io.IOExceptionpublic void endDocument()
throws org.xml.sax.SAXException
endDocument in interface org.xml.sax.DocumentHandlerendDocument in class org.xml.sax.HandlerBaseorg.xml.sax.SAXExceptionpublic void characters(char[] cbuf,
int off,
int len)
throws org.xml.sax.SAXException
characters in interface org.xml.sax.DocumentHandlercharacters in class org.xml.sax.HandlerBaseorg.xml.sax.SAXException