xml.sax.xmlreader

An XML Reader is the SAX 2 name for an XML parser. XML Parsers should be based on this code.

Classes

AttributesImpl(attrs)
AttributesNSImpl(attrs, qnames)
IncrementalParser([bufsize]) This interface adds three extra methods to the XMLReader interface that allow XML parsers to support incremental parsing.
InputSource([system_id]) Encapsulation of the information needed by the XMLReader to read entities.
Locator Interface for associating a SAX event with a document location.
XMLReader() Interface for reading an XML document using callbacks.

Exceptions

SAXNotRecognizedException(msg[, exception]) Exception class for an unrecognized identifier.
SAXNotSupportedException(msg[, exception]) Exception class for an unsupported operation.