ContentHandler is used by an XML parser during parsing to handle the contents of an XML document.
Specifically, ContentHandler builds a tree from the XML file, with XMLSaxData.Data objects as the nodes. The root of this tree is returned by getRoot().
Public Member Functions |
|
__init__ () | |
startElement () | |
endElement () | |
characters () | |
getRoot () |
XMLSaxReader.ContentHandler.__init__ | ( | ) |
XMLSaxReader.ContentHandler.startElement | ( | ) |
XMLSaxReader.ContentHandler.endElement | ( | ) |
XMLSaxReader.ContentHandler.characters | ( | ) |
XMLSaxReader.ContentHandler.getRoot | ( | ) |