Lines Matching refs:XMLReader
9 # ===== XMLREADER =====
11 class XMLReader:
14 XMLReader is the interface that an XML parser's SAX2 driver must
91 class IncrementalParser(XMLReader):
92 """This interface adds three extra methods to the XMLReader
106 By default, the class also implements the parse method of the XMLReader
113 XMLReader.__init__(self)
190 """Encapsulation of the information needed by the XMLReader to
198 XMLReader.parse method and for returning from
201 An InputSource belongs to the application, the XMLReader is not
375 XMLReader()