Home | History | Annotate | Download | only in sax

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)
188 """Encapsulation of the information needed by the XMLReader to
196 XMLReader.parse method and for returning from
199 An InputSource belongs to the application, the XMLReader is not
376 XMLReader()