Home
last modified time | relevance | path

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

123

/external/webkit/LayoutTests/fast/dom/Node/
Dinitial-values-expected.txt133 PASS processingInstruction.nodeName is 'xml-stylesheet'
134 PASS processingInstruction.localName is null
135 PASS processingInstruction.namespaceURI is null
136 PASS processingInstruction.prefix is null
137 PASS processingInstruction.nodeValue is 'type="text/xsl" href="missing.xsl"'
138 PASS processingInstruction.attributes is null
139 PASS processingInstruction.target is 'xml-stylesheet'
140 PASS processingInstruction.data is 'type="text/xsl" href="missing.xsl"'
/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()
DElemPI.java167 transformer.getResultTreeHandler().processingInstruction(piName, data); in execute()
/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/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()
DToTextSAXHandler.java250 public void processingInstruction(String arg0, String arg1) in processingInstruction() method in ToTextSAXHandler
DToSAXHandler.java162 public void processingInstruction(String target, String data) in processingInstruction() method in ToSAXHandler
DToUnknownStream.java853 public void processingInstruction(String target, String data) in processingInstruction() method in ToUnknownStream
861 m_handler.processingInstruction(target, data); in processingInstruction()
/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()
DIncrementalSAXSource_Filter.java276 public void processingInstruction(java.lang.String target, java.lang.String data) in processingInstruction() method in IncrementalSAXSource_Filter
285 clientContentHandler.processingInstruction(target,data); in processingInstruction()
/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()
DStylesheetPIHandler.java140 public void processingInstruction(String target, String data) in processingInstruction() method in StylesheetPIHandler
/external/webkit/Source/WebCore/dom/
DXMLDocumentParser.h72 void processingInstruction(const XML_Char *target, const XML_Char *data);
267 void processingInstruction(const xmlChar* target, const xmlChar* data);
Dxml_expat_tokenizer.cpp205 tokenizer->processingInstruction(target, data); in call()
576 void XMLTokenizer::processingInstruction(const XML_Char *target, const XML_Char *data) in processingInstruction() function in WebCore::XMLTokenizer
681 tokenizer->processingInstruction(target, data); in processingInstructionHandler()
DXMLDocumentParserLibxml2.cpp265 parser->processingInstruction(target, data); in call()
960 void XMLDocumentParser::processingInstruction(const xmlChar* target, const xmlChar* data) in processingInstruction() function in WebCore::XMLDocumentParser
1144 getParser(closure)->processingInstruction(target, data); in processingInstructionHandler()
1299 sax.processingInstruction = processingInstructionHandler; in initializeParserContext()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java197 rth.processingInstruction(dtm.getNodeNameX(node), in cloneToResultTree()
DTransformerHandlerImpl.java584 public void processingInstruction(String target, String data) in processingInstruction() method in TransformerHandlerImpl
594 m_contentHandler.processingInstruction(target, data); in processingInstruction()
/external/webkit/LayoutTests/fast/dom/Node/script-tests/
Dinitial-values.js182 var processingInstruction = xmlDoc.createProcessingInstruction('xml-stylesheet', 'type="text/xsl" h… variable
/external/libxml2/include/libxml/
DSAX.h126 processingInstruction (void *ctx,
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DPYXWriter.java163 public void processingInstruction(String target, String data) throws SAXException { in processingInstruction() method in PYXWriter
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java232 public void processingInstruction( in processingInstruction() method in XSLTElementProcessor

123