Searched refs:processingInstruction (Results 1 - 25 of 71) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTextLiteral.java210 rth.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
217 rth.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
H A DElemValueOf.java228 rth.processingInstruction(
240 rth.processingInstruction(
H A DElemPI.java167 transformer.getResultTreeHandler().processingInstruction(piName, data);
/external/libxml2/
H A DSAX.c70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
165 hdlr->processingInstruction = NULL;
H A Dlegacy.c123 "SAX function processingInstruction",
246 } else if (!strcmp(name, "SAX function processingInstruction")) {
248 ctxt->sax->processingInstruction;
364 } else if (!strcmp(name, "SAX function processingInstruction")) {
365 ctxt->sax->processingInstruction =
1207 * processingInstruction:
1216 processingInstruction(void *ctx, const xmlChar * target, function
1219 DEPRECATED("processingInstruction")
/external/python/cpython2/Demo/xml/
H A Droundtrip.py38 def processingInstruction(self, target, data): member in class:ContentGenerator
/external/python/cpython2/Lib/xml/sax/
H A Dhandler.py182 def processingInstruction(self, target, data): member in class:ContentHandler
H A Dsaxutils.py195 def processingInstruction(self, target, data): member in class:XMLGenerator
257 def processingInstruction(self, target, data): member in class:XMLFilterBase
258 self._cont_handler.processingInstruction(target, data)
H A Dexpatreader.py241 self._cont_handler.processingInstruction
369 self._cont_handler.processingInstruction(target, data)
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java146 public void processingInstruction(String target, String data) method in class:SAX1ParserAdapter.DocHandlerWrapper
149 docHandler.processingInstruction(target, data);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DClonerToResultTree.java104 // m_rth.processingInstruction(dtm.getNodeNameX(node),
197 rth.processingInstruction(dtm.getNodeNameX(node),
H A DTransformerHandlerImpl.java582 * @see org.xml.sax.ContentHandler#processingInstruction
584 public void processingInstruction(String target, String data) method in class:TransformerHandlerImpl
589 System.out.println("TransformerHandlerImpl#processingInstruction: "
594 m_contentHandler.processingInstruction(target, data);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLSAXHandler.java108 processingInstruction(Result.PI_ENABLE_OUTPUT_ESCAPING, "");
110 processingInstruction(Result.PI_DISABLE_OUTPUT_ESCAPING, "");
574 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
577 public void processingInstruction(String target, String data) method in class:ToXMLSAXHandler
583 m_saxHandler.processingInstruction(target, data);
H A DTreeWalker.java376 this.m_contentHandler.processingInstruction(pi.getNodeName(),
410 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
412 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
H A DToSAXHandler.java160 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
162 public void processingInstruction(String target, String data) method in class:ToSAXHandler
H A DToTextSAXHandler.java248 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
250 public void processingInstruction(String arg0, String arg1) method in class:ToTextSAXHandler
H A DToTextStream.java451 public void processingInstruction(String target, String data) method in class:ToTextStream
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java295 this.m_contentHandler.processingInstruction(name,
327 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
329 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
H A DIncrementalSAXSource_Filter.java276 public void processingInstruction(java.lang.String target, java.lang.String data) method in class:IncrementalSAXSource_Filter
285 clientContentHandler.processingInstruction(target,data);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java381 this.m_contentHandler.processingInstruction(pi.getNodeName(),
415 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
417 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
H A DStylesheetPIHandler.java137 * @see org.xml.sax.ContentHandler#processingInstruction
140 public void processingInstruction(String target, String data) method in class:StylesheetPIHandler
/external/python/cpython2/Lib/xml/dom/
H A Dpulldom.py146 def processingInstruction(self, target, data): member in class:PullDOM
309 def processingInstruction(self, target, data): member in class:SAX2DOM
310 PullDOM.processingInstruction(self, target, data)
/external/libxml2/include/libxml/
H A DSAX.h126 processingInstruction (void *ctx,
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java232 public void processingInstruction( method in class:XSLTElementProcessor
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DNode.java352 writer.processingInstruction((String) child);

Completed in 367 milliseconds

123