Home
last modified time | relevance | path

Searched refs:processingInstruction (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/xml/sax/
Dsaxutils.py222 def processingInstruction(self, target, data): member in XMLGenerator
285 def processingInstruction(self, target, data): member in XMLFilterBase
286 self._cont_handler.processingInstruction(target, data)
Dhandler.py182 def processingInstruction(self, target, data): member in ContentHandler
Dexpatreader.py257 self._cont_handler.processingInstruction
385 self._cont_handler.processingInstruction(target, data)
/third_party/python/Lib/xml/dom/
Dpulldom.py140 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/
Dtest_pulldom.py256 h.processingInstruction("target", "data")
261 h.processingInstruction("target", "data")
285 h.processingInstruction("target", "data")
Dtest_sax.py485 gen.processingInstruction("test", "data")
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c290 processingInstruction(void *userData, const XML_Char *target, in processingInstruction() function
1243 XML_SetProcessingInstructionHandler(parser, processingInstruction); in tmain()
/third_party/python/Doc/library/
Dxml.sax.handler.rst331 .. method:: ContentHandler.processingInstruction(target, data)
/third_party/chromium/patch/
D0001-cve.patch96850 - hdlr->processingInstruction = NULL;
121690 processingInstruction (void *ctx,
126242 - NULL, /* processingInstruction */
126669 - fprintf(stdout, "SAX.processingInstruction(%s, %s)\n",
128031 - NULL, /* processingInstruction */
128534 - fprintf(stdout, "SAX.processingInstruction(%s, %s)\n",
128537 - fprintf(stdout, "SAX.processingInstruction(%s, NULL)\n",
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82220 static nsIAtom* processingInstruction; member in nsGkAtoms