characters(
   chars STRING ) 
 | 
Processes a text node.
 | 
endDocument() 
 | 
Processes the end of the document.
 | 
endElement(
   name STRING ) 
 | 
Processes the end of an element.
 | 
processingInstruction(
   name STRING,
   data STRING ) 
 | 
Processes a processing instruction.
 | 
readXmlFile(
   path STRING ) 
 | 
Reads and processes an XML file with the SAX document handler.
 | 
setIndent(
   indenting BOOLEAN ) 
 | 
Controls indentation in XML output.
 | 
startDocument() 
 | 
Processes the beginning of the document.
 | 
startElement(
   name STRING,
   atts om.SaxAttributes ) 
 | 
Processes the beginning of an element.
 | 
skippedEntity(
   name STRING ) 
 | 
Processes an unresolved entity.
 |