Home
last modified time | relevance | path

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

1234

/external/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)
/external/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)
/external/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
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTextLiteral.java210 rth.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); in execute()
217 rth.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); in execute()
DElemValueOf.java228 rth.processingInstruction( in execute()
240 rth.processingInstruction( in execute()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLSAXHandler.java108 processingInstruction(Result.PI_ENABLE_OUTPUT_ESCAPING, ""); in setEscaping()
110 processingInstruction(Result.PI_DISABLE_OUTPUT_ESCAPING, ""); in setEscaping()
577 public void processingInstruction(String target, String data) in processingInstruction() method in ToXMLSAXHandler
583 m_saxHandler.processingInstruction(target, data); in processingInstruction()
DTreeWalker.java376 this.m_contentHandler.processingInstruction(pi.getNodeName(), in startNode()
410 … m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); in startNode()
412 … m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); in startNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMTreeWalker.java295 this.m_contentHandler.processingInstruction(name, in startNode()
327 … m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); in startNode()
329 … m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); in startNode()
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java146 public void processingInstruction(String target, String data) in processingInstruction() method in SAX1ParserAdapter.DocHandlerWrapper
149 docHandler.processingInstruction(target, data); in processingInstruction()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java381 this.m_contentHandler.processingInstruction(pi.getNodeName(), in startNode()
415 … m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, ""); in startNode()
417 … m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, ""); in startNode()
/external/python/cpython3/Lib/xml/sax/
Dsaxutils.py223 def processingInstruction(self, target, data): member in XMLGenerator
286 def processingInstruction(self, target, data): member in XMLFilterBase
287 self._cont_handler.processingInstruction(target, data)
Dhandler.py182 def processingInstruction(self, target, data): member in ContentHandler
/external/python/cpython2/Lib/xml/sax/
Dsaxutils.py195 def processingInstruction(self, target, data): member in XMLGenerator
257 def processingInstruction(self, target, data): member in XMLFilterBase
258 self._cont_handler.processingInstruction(target, data)
Dhandler.py182 def processingInstruction(self, target, data): member in ContentHandler
/external/python/cpython3/Lib/xml/dom/
Dpulldom.py140 def processingInstruction(self, target, data): member in PullDOM
303 def processingInstruction(self, target, data): member in SAX2DOM
304 PullDOM.processingInstruction(self, target, data)
/external/python/cpython3/Lib/test/
Dtest_pulldom.py249 h.processingInstruction("target", "data")
254 h.processingInstruction("target", "data")
278 h.processingInstruction("target", "data")
/external/python/cpython2/Lib/xml/dom/
Dpulldom.py146 def processingInstruction(self, target, data): member in PullDOM
309 def processingInstruction(self, target, data): member in SAX2DOM
310 PullDOM.processingInstruction(self, target, data)
/external/libxml2/result/HTML/
Dpython.html.sax4 SAX.processingInstruction(xml-stylesheet, href="./css/ht2html.css" type="text/css"?)
/external/python/cpython2/Demo/xml/
Droundtrip.py38 def processingInstruction(self, target, data): member in ContentGenerator
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java197 rth.processingInstruction(dtm.getNodeNameX(node), in cloneToResultTree()

1234