A DocumentHandler that writes an XML representation to
an OutputStream.
attributeValue
protected void attributeValue(String value)
throws SAXException
characters
public void characters(cbuf[] ,
int off,
int len)
throws SAXException
comment
public void comment(String body)
throws SAXException
recieve notification that a comment has been encountered
in the parse
- comment in interface CommentHandler
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String name)
throws SAXException
ignorableWhitespace
public void ignorableWhitespace(ch[] ,
int start,
int length)
throws SAXException
markup
public void markup(String chars)
throws SAXException
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
setDocumentLocator
public void setDocumentLocator(Locator loc)
setMinimize
public void setMinimize(byte minimize)
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String name,
AttributeList atts)
throws SAXException