{••fc��������•���@���s����d��Z��d•�d•�l•�Z•�d•�d•�l•�m•�Z•�m•�Z•�•d•�d•�d•�������YZ•�d•�e•�f•�d•�������YZ•�d•�d•�d �������YZ•�d
�������YZ �d•�e �f•�d•�������YZ
�d•����Z•�e•�d•�k•�r��e•����•n��d•�S(•���s]���An XML Reader is the SAX 2 name for an XML parser. XML Parsers
should be based on this code. i����N(•���t•���SAXNotSupportedExceptiont•���SAXNotRecognizedExceptiont ���XMLReaderc��������•���B���s����e��Z•�d��Z•�d•����Z•�d•����Z•�d•����Z•�d•����Z•�d•����Z•�d•����Z•�d•����Z �d•����Z
����Z•�d•����Z•�d•����Z•�RS(•���s%•��Interface for reading an XML document using callbacks.
XMLReader is the interface that an XML parser's SAX2 driver must
implement. This interface allows an application to set and query
features and properties in the parser, to register event handlers
for document processing, and to initiate a document parse.
All SAX interfaces are assumed to be synchronous: the parse
methods must not return until parsing is complete, and readers
must wait for an event-handler callback to return before reporting
the next event.c•���•���•���C���s@���t��j•����|��_•�t��j•����|��_•�t��j•����|��_•�t��j•����|��_•�d��S(•���N( ���t•���handlert•���ContentHandlert
���DTDHandlert•���_dtd_handlert•���EntityResolvert•���_ent_handlert•���ErrorHandlert•���_err_handler(•���t•���self(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���__init__•���s•����•••••••c•���•���•���C���s•���t��d•��•��•�d•�S(•���sA���Parse an XML document from a system identifier or an InputSource.s ���This method must be implemented!N(•���t•���NotImplementedError(•���R•���t•���source(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���parse•���s•����•c•���•���•���C���s•���|��j��S(•���s#���Returns the current ContentHandler.(•���R•���(•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���getContentHandler"���s•����•c•���•���•���C���s
���|•�|��_��d•�S(•���s:���Registers a new object to receive document content events.N(•���R•���(•���R•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���setContentHandler&���s•����•c•���•���•���C���s•���|��j��S(•���s ���Returns the current DTD handler.(•���R•���(•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt
���getDTDHandler*���s•����•c•���•���•���C���s
���|•�|��_��d•�S(•���s7���Register an object to receive basic DTD-related events.N(•���R•���(•���R•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt
���setDTDHandler.���s•����•c•���•���•���C���s•���|��j��S(•���s#���Returns the current EntityResolver.(•���R ���(•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���getEntityResolver2���s•����•c•���•���•���C���s
���|•�|��_��d•�S(•���s0���Register an object to resolve external entities.N(•���R ���(•���R•���t•���resolver(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���setEntityResolver6���s•����•c•���•���•���C���s•���|��j��S(•���s!���Returns the current ErrorHandler.(•���R•���(•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���getErrorHandler:���s•����•c•���•���•���C���s
���|•�|��_��d•�S(•���s3���Register an object to receive error-message events.N(•���R•���(•���R•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���setErrorHandler>���s•����•c•���•���•���C���s•���t��d•��•��•�d•�S(•���sH•��Allow an application to set the locale for errors and warnings.
SAX parsers are not required to provide localization for errors
and warnings; if they cannot support the requested locale,
however, they must raise a SAX exception. Applications may
request a locale change in the middle of a parse.s•���Locale support not implementedN(•���R����(•���R•���t•���locale(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt ���setLocaleB���s•����•c•���•���•���C���s•���t��d•�|•�•�•��•�d•�S(•���s1���Looks up and returns the state of a SAX2 feature.s•���Feature '%s' not recognizedN(•���R•���(•���R•���t•���name(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt
���getFeatureK���s•����•c•���•���•���C���s•���t��d•�|•�•�•��•�d•�S(•���s!���Sets the state of a SAX2 feature.s•���Feature '%s' not recognizedN(•���R•���(•���R•���R•���t•���state(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt
���setFeatureO���s•����•c•���•���•���C���s•���t��d•�|•�•�•��•�d•�S(•���s2���Looks up and returns the value of a SAX2 property.s•���Property '%s' not recognizedN(•���R•���(•���R•���R•���(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���getPropertyS���s•����•c•���•���•���C���s•���t��d•�|•�•�•��•�d•�S(•���s"���Sets the value of a SAX2 property.s•���Property '%s' not recognizedN(•���R•���(•���R•���R•���t•���value(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyt•���setPropertyW���s•����•(•���t•���__name__t
���__module__t•���__doc__R
���R•���R•���R•���R•���R•���R•���R•���R•���R•���R•���R•���R•���R ���R"���(����(����(����s)���/usr/lib64/python2.7/xml/sax/xmlreader.pyR•���•���s ���•••• • • • • • • • • • • • • •t•���IncrementalParserc��������•���B���sG���e��Z•�d��Z•�d �d•��•�Z•�d•����Z•�d•����Z•�d•����Z•�d•����Z•�d•����Z•�RS(
���ss•��This interface adds three extra methods to the XMLReader
interface that allow XML parsers to support incremental
parsing. Support for this interface is optional, since not all
underlying XML parsers support this functionality.
When the parser is instantiated it is ready to begin accepting