Searched refs:processingInstruction (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/xml/sax/ |
D | saxutils.py | 222 def processingInstruction(self, target, data): member in XMLGenerator 285 def processingInstruction(self, target, data): member in XMLFilterBase 286 self._cont_handler.processingInstruction(target, data)
|
D | handler.py | 182 def processingInstruction(self, target, data): member in ContentHandler
|
D | expatreader.py | 257 self._cont_handler.processingInstruction 385 self._cont_handler.processingInstruction(target, data)
|
/third_party/python/Lib/xml/dom/ |
D | pulldom.py | 140 def processingInstruction(self, target, data): member in PullDOM 310 def processingInstruction(self, target, data): member in SAX2DOM 311 PullDOM.processingInstruction(self, target, data)
|
/third_party/python/Lib/test/ |
D | test_pulldom.py | 256 h.processingInstruction("target", "data") 261 h.processingInstruction("target", "data") 285 h.processingInstruction("target", "data")
|
D | test_sax.py | 485 gen.processingInstruction("test", "data")
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf.c | 290 processingInstruction(void *userData, const XML_Char *target, in processingInstruction() function 1243 XML_SetProcessingInstructionHandler(parser, processingInstruction); in tmain()
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 331 .. method:: ContentHandler.processingInstruction(target, data)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 82220 static nsIAtom* processingInstruction; member in nsGkAtoms
|