Searched defs:processingInstruction (Results 1 - 25 of 48) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java232 public void processingInstruction( method in class:XSLTElementProcessor
H A DStylesheetHandler.java749 * @see org.xml.sax.ContentHandler#processingInstruction
754 public void processingInstruction(String target, String data) method in class:StylesheetHandler
812 getCurrentProcessor().processingInstruction(this, target, data);
824 * @see org.xml.sax.ContentHandler#processingInstruction
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java251 public void processingInstruction(String target, String data) method in class:ToXMLStream
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 DToTextStream.java451 public void processingInstruction(String target, String data) method in class:ToTextStream
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 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 DToHTMLStream.java1644 public void processingInstruction(String target, String data) method in class:ToHTMLStream
H A DToUnknownStream.java851 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
853 public void processingInstruction(String target, String data) method in class:ToUnknownStream
861 m_handler.processingInstruction(target, data);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStylesheetPIHandler.java137 * @see org.xml.sax.ContentHandler#processingInstruction
140 public void processingInstruction(String target, String data) method in class:StylesheetPIHandler
H A DDOMBuilder.java614 public void processingInstruction(String target, String data) method in class:DOMBuilder
/external/sepolicy/tools/
H A Dinsertkeys.py208 def processingInstruction(self, target, data): member in class:ReplaceTags
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java163 public void processingInstruction(String target, String data) throws SAXException { method in class:PYXWriter
H A DXMLWriter.java705 * @see org.xml.sax.ContentHandler#processingInstruction
707 public void processingInstruction (String target, String data)
718 super.processingInstruction(target, data);
704 public void processingInstruction (String target, String data) method in class:XMLWriter
/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 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);
H A DTransformerIdentityImpl.java1166 * @see org.xml.sax.ContentHandler#processingInstruction
1170 public void processingInstruction(String target, String data) method in class:TransformerIdentityImpl
1174 m_resultContentHandler.processingInstruction(target, data);
1188 * @see org.xml.sax.ContentHandler#processingInstruction
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
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);
H A DDTMDocumentImpl.java453 public void processingInstruction(java.lang.String target, java.lang.String data) method in class:DTMDocumentImpl
/external/chromium_org/third_party/libxml/src/
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/libxml2/
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/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java2125 * @see org.xml.sax.ContentHandler#processingInstruction
2127 public void processingInstruction(String target, String data) method in class:SAX2DTM
2131 System.out.println("processingInstruction: target: " + target +", data: "+data);
2155 * @see org.xml.sax.ContentHandler#processingInstruction
H A DSAX2DTM2.java2440 * Override the processingInstruction() interface in SAX2DTM2.
2442 * %OPT% This one is different from SAX2DTM.processingInstruction()
2453 * @see org.xml.sax.ContentHandler#processingInstruction
2455 public void processingInstruction(String target, String data) method in class:SAX2DTM2
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp216 parser->processingInstruction(m_target, m_data);
1137 void XMLDocumentParser::processingInstruction(const String& target, const String& data) function in class:blink::XMLDocumentParser
1275 getParser(closure)->processingInstruction(toString(target), toString(data));
1438 sax.processingInstruction = processingInstructionHandler;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h736 processingInstructionSAXFunc processingInstruction; member in struct:_xmlSAXHandler
777 processingInstructionSAXFunc processingInstruction; member in struct:_xmlSAXHandlerV1

Completed in 512 milliseconds

12