Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_sax.py439 gen.startDocument()
449 gen.startDocument()
460 gen.startDocument()
472 gen.startDocument()
484 gen.startDocument()
497 gen.startDocument()
510 gen.startDocument()
534 gen.startDocument()
547 gen.startDocument()
560 gen.startDocument()
[all …]
Dtest_pulldom.py251 h.startDocument()
282 h.startDocument()
323 sax2dom.startDocument()
/third_party/python/Lib/xml/sax/
Dsaxutils.py150 def startDocument(self): member in XMLGenerator
255 def startDocument(self): member in XMLFilterBase
256 self._cont_handler.startDocument()
Dhandler.py80 def startDocument(self): member in ContentHandler
Dexpatreader.py210 self._cont_handler.startDocument()
/third_party/vk-gl-cts/scripts/log/
Dlog_to_xml.py59 def startDocument (self): member in BuildXMLLogHandler
/third_party/python/Lib/xml/dom/
Dpulldom.py159 def startDocument(self): member in PullDOM
/third_party/python/Doc/library/
Dxml.sax.handler.rst193 .. method:: ContentHandler.startDocument()