characters(
data STRING )
|
Processes a text node.
|
endDocument()
|
Processes the end of the document.
|
endElement(
tagname STRING )
|
Processes the end of an element.
|
processingInstruction(
name STRING,
data STRING )
|
Processes a processing instruction.
|
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.
|
skippedEntity(
name STRING )
|
Processes an unresolved entity.
|