Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py180 parser.ProcessingInstructionHandler = self.pi_handler
258 self._parser.ProcessingInstructionHandler = None
264 self._parser.ProcessingInstructionHandler = self.pi_handler
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py180 parser.ProcessingInstructionHandler = self.pi_handler
258 self._parser.ProcessingInstructionHandler = None
264 self._parser.ProcessingInstructionHandler = self.pi_handler
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py256 self._parser.ProcessingInstructionHandler = \
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py259 self._parser.ProcessingInstructionHandler = \
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1561 parser.ProcessingInstructionHandler = target.pi
1621 parser.ProcessingInstructionHandler = handler
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py102 def ProcessingInstructionHandler(self, target, data): member in ParseTest.Outputter
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py95 def ProcessingInstructionHandler(self, target, data): member in ParseTest.Outputter
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1499 parser.ProcessingInstructionHandler = self._pi
/external/python/cpython3/Modules/
Dpyexpat.c2056 HANDLER_INFO(ProcessingInstructionHandler)
/external/python/cpython2/Doc/library/
Dpyexpat.rst393 .. method:: xmlparser.ProcessingInstructionHandler(target, data)
/external/python/cpython3/Doc/library/
Dpyexpat.rst364 .. method:: xmlparser.ProcessingInstructionHandler(target, data)