Home
last modified time | relevance | path

Searched refs:XMLReader (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Doc/library/
Dxml.sax.reader.rst14 SAX parsers implement the :class:`XMLReader` interface. They are implemented in
20 .. class:: XMLReader()
41 By default, the class also implements the parse method of the XMLReader
56 Encapsulation of the information needed by the :class:`XMLReader` to read
64 :meth:`XMLReader.parse` method and for returning from
67 An :class:`InputSource` belongs to the application, the :class:`XMLReader` is
95 XMLReader Objects
98 The :class:`XMLReader` interface supports the following methods:
101 .. method:: XMLReader.parse(source)
117 .. method:: XMLReader.getContentHandler()
[all …]
Dxml.sax.rst33 :meth:`~xml.sax.xmlreader.XMLReader.setFeature` on the parser object
41 Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The
88 and :class:`~xml.sax.xmlreader.XMLReader` interfaces are defined in the
129 :class:`~xml.sax.xmlreader.XMLReader` is
137 :class:`~xml.sax.xmlreader.XMLReader` is asked to
Dxml.sax.handler.rst391 from the :class:`~xml.sax.xmlreader.XMLReader`. If you create an object that
393 :class:`~xml.sax.xmlreader.XMLReader`, the parser
435 Set the LexicalHandler of an XMLReader by using the setProperty method
Dxml.sax.utils.rst76 :class:`~xml.sax.xmlreader.XMLReader` and the client
Dxml.dom.pulldom.rst92 :class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
/third_party/python/Lib/xml/sax/
Dxmlreader.py11 class XMLReader: class
91 class IncrementalParser(XMLReader):
113 XMLReader.__init__(self)
375 XMLReader()
Dsaxutils.py227 class XMLFilterBase(xmlreader.XMLReader):
236 xmlreader.XMLReader.__init__(self)
/third_party/chromium/patch/
D0001-cve.patch76731 - effect if validating via SAX/XMLReader; i.e., the processor
81631 - must be made public, added some missing comments on the XMLReader
96010 + Stop calling SAX getEntity handler from XMLReader (Nick Wellnhofer),
96015 + Copy some XMLReader option flags to parser context (Nick Wellnhofer),