Home
last modified time | relevance | path

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

12

/third_party/libxml2/result/
Dpi2.xml.sax3 SAX.processingInstruction(document-start, doc)
12 SAX.processingInstruction(document-end, doc)
Dpi.xml.sax6 SAX.processingInstruction(document-start, doc)
13 SAX.processingInstruction(document-end, doc)
Dpi2.xml.sax23 SAX.processingInstruction(document-start, doc)
12 SAX.processingInstruction(document-end, doc)
Dpi.xml.sax26 SAX.processingInstruction(document-start, doc)
13 SAX.processingInstruction(document-end, doc)
/third_party/libxml2/result/noent/
Dpi2.xml.sax23 SAX.processingInstruction(document-start, doc)
12 SAX.processingInstruction(document-end, doc)
Dpi.xml.sax26 SAX.processingInstruction(document-start, doc)
13 SAX.processingInstruction(document-end, doc)
/third_party/libxml2/
DSAX.c70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction; in initxmlDefaultSAXHandler()
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction; in inithtmlDefaultSAXHandler()
165 hdlr->processingInstruction = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c248 ctxt->sax->processingInstruction; in xmlGetFeature()
365 ctxt->sax->processingInstruction = in xmlSetFeature()
1216 processingInstruction(void *ctx, const xmlChar * target, in processingInstruction() function
DSAX2.c2879 hdlr->processingInstruction = xmlSAX2ProcessingInstruction; in xmlSAXVersion()
2957 hdlr->processingInstruction = xmlSAX2ProcessingInstruction; in xmlSAX2InitHtmlDefaultSAXHandler()
3015 hdlr->processingInstruction = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
DHTMLparser.c3373 (ctxt->sax->processingInstruction != NULL)) in htmlParsePI()
3374 ctxt->sax->processingInstruction(ctxt->userData, in htmlParsePI()
3437 (ctxt->sax->processingInstruction != NULL)) in htmlParsePI()
3438 ctxt->sax->processingInstruction(ctxt->userData, in htmlParsePI()
Dlibxml2.syms110 processingInstruction;
/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")
/third_party/libxml2/result/HTML/
Dpython.html.sax4 SAX.processingInstruction(xml-stylesheet, href="./css/ht2html.css" type="text/css"?)
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle153 d processingInstruction...
154 d pr extproc('processingInstruction')
Dparser.rpgle750 d processingInstruction...
804 d processingInstruction...
/third_party/libxml2/include/libxml/
DSAX.h126 processingInstruction (void *ctx,
Dparser.h741 processingInstructionSAXFunc processingInstruction; member
782 processingInstructionSAXFunc processingInstruction; member
/third_party/libxml2/python/
Ddrv_libxml2.py271 self._cont_handler.processingInstruction( \
Dlibxml.py202 def processingInstruction(self, target, data): member in SAXCallback
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c290 processingInstruction(void *userData, const XML_Char *target, in processingInstruction() function
1221 XML_SetProcessingInstructionHandler(parser, processingInstruction); in tmain()
/third_party/python/Doc/library/
Dxml.sax.handler.rst331 .. method:: ContentHandler.processingInstruction(target, data)

12