A content handler, which may be used to log a stream of SAX events.
characters
public void characters(char[] arg0,
int arg1,
int arg2)
throws SAXException
comment
public void comment(char[] arg0,
int arg1,
int arg2)
throws SAXException
endCDATA
public void endCDATA()
throws SAXException
endDTD
public void endDTD()
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String arg0,
String arg1,
String arg2)
throws SAXException
endEntity
public void endEntity(String arg0)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String arg0)
throws SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] arg0,
int arg1,
int arg2)
throws SAXException
notationDecl
public void notationDecl(String arg0,
String arg1,
String arg2)
throws SAXException
processingInstruction
public void processingInstruction(String arg0,
String arg1)
throws SAXException
skippedEntity
public void skippedEntity(String arg0)
throws SAXException
startCDATA
public void startCDATA()
throws SAXException
startDTD
public void startDTD(String arg0,
String arg1,
String arg2)
throws SAXException
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String arg0,
String arg1,
String arg2,
Attributes arg3)
throws SAXException
startEntity
public void startEntity(String arg0)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String arg0,
String arg1)
throws SAXException
unparsedEntityDecl
public void unparsedEntityDecl(String arg0,
String arg1,
String arg2,
String arg3)
throws SAXException