Home
last modified time | relevance | path

Searched refs:ProcessingInstructionHandler (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/xml/dom/
Dexpatbuilder.py180 parser.ProcessingInstructionHandler = self.pi_handler
258 self._parser.ProcessingInstructionHandler = None
264 self._parser.ProcessingInstructionHandler = self.pi_handler
/third_party/python/Lib/xml/sax/
Dexpatreader.py256 self._parser.ProcessingInstructionHandler = \
/third_party/python/Lib/xml/etree/
DElementTree.py1559 parser.ProcessingInstructionHandler = target.pi
1619 parser.ProcessingInstructionHandler = handler
/third_party/python/Lib/test/
Dtest_pyexpat.py102 def ProcessingInstructionHandler(self, target, data): member in ParseTest.Outputter
/third_party/python/Modules/
Dpyexpat.c2056 HANDLER_INFO(ProcessingInstructionHandler)
/third_party/python/Doc/library/
Dpyexpat.rst364 .. method:: xmlparser.ProcessingInstructionHandler(target, data)