Searched refs:XMLReader (Results 1 – 8 of 8) sorted by relevance
14 SAX parsers implement the :class:`XMLReader` interface. They are implemented in20 .. class:: XMLReader()41 By default, the class also implements the parse method of the XMLReader56 Encapsulation of the information needed by the :class:`XMLReader` to read64 :meth:`XMLReader.parse` method and for returning from67 An :class:`InputSource` belongs to the application, the :class:`XMLReader` is95 XMLReader Objects98 The :class:`XMLReader` interface supports the following methods:101 .. method:: XMLReader.parse(source)117 .. method:: XMLReader.getContentHandler()[all …]
33 :meth:`~xml.sax.xmlreader.XMLReader.setFeature` on the parser object41 Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The88 and :class:`~xml.sax.xmlreader.XMLReader` interfaces are defined in the129 :class:`~xml.sax.xmlreader.XMLReader` is137 :class:`~xml.sax.xmlreader.XMLReader` is asked to
391 from the :class:`~xml.sax.xmlreader.XMLReader`. If you create an object that393 :class:`~xml.sax.xmlreader.XMLReader`, the parser435 Set the LexicalHandler of an XMLReader by using the setProperty method
76 :class:`~xml.sax.xmlreader.XMLReader` and the client
92 :class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
11 class XMLReader: class91 class IncrementalParser(XMLReader):113 XMLReader.__init__(self)375 XMLReader()
227 class XMLFilterBase(xmlreader.XMLReader):236 xmlreader.XMLReader.__init__(self)
76731 - effect if validating via SAX/XMLReader; i.e., the processor81631 - must be made public, added some missing comments on the XMLReader96010 + Stop calling SAX getEntity handler from XMLReader (Nick Wellnhofer),96015 + Copy some XMLReader option flags to parser context (Nick Wellnhofer),