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, warning
public 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 OutputDocumentHandler
java.io.IOException
public void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.DocumentHandler
endDocument
in class org.xml.sax.HandlerBase
org.xml.sax.SAXException
public void characters(char[] cbuf, int off, int len) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.DocumentHandler
characters
in class org.xml.sax.HandlerBase
org.xml.sax.SAXException