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