Searched refs:XMLReader (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Doc/library/ |
D | xml.sax.reader.rst | 14 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 …]
|
D | xml.sax.rst | 33 :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
|
D | xml.sax.handler.rst | 391 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
|
D | xml.sax.utils.rst | 76 :class:`~xml.sax.xmlreader.XMLReader` and the client
|
D | xml.dom.pulldom.rst | 92 :class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
|
/third_party/python/Lib/xml/sax/ |
D | xmlreader.py | 11 class XMLReader: class 91 class IncrementalParser(XMLReader): 113 XMLReader.__init__(self) 375 XMLReader()
|
D | saxutils.py | 227 class XMLFilterBase(xmlreader.XMLReader): 236 xmlreader.XMLReader.__init__(self)
|
/third_party/libxml2/python/ |
D | drv_libxml2.py | 102 class LibXml2Reader(xmlreader.XMLReader): 105 xmlreader.XMLReader.__init__(self)
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 1 * Summary: the XMLReader implementation
|
/third_party/libxml2/ |
D | NEWS | 347 Stop calling SAX getEntity handler from XMLReader (Nick Wellnhofer), 352 Copy some XMLReader option flags to parser context (Nick Wellnhofer), 1304 Convert XMLReader to the new input buffers (Daniel Veillard),
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 76731 - 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),
|