Home
last modified time | relevance | path

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

/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/cpython2/Lib/xml/sax/
Dexpatreader.py240 self._parser.ProcessingInstructionHandler = \
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py95 def ProcessingInstructionHandler(self, target, data): member in ParseTest.Outputter
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1493 parser.ProcessingInstructionHandler = self._pi
/external/python/cpython2/Doc/library/
Dpyexpat.rst393 .. method:: xmlparser.ProcessingInstructionHandler(target, data)