/external/webkit/LayoutTests/fast/dom/Node/ |
D | initial-values-expected.txt | 133 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/ |
D | ElemTextLiteral.java | 210 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()
|
D | ElemValueOf.java | 228 rth.processingInstruction( in execute() 240 rth.processingInstruction( in execute()
|
D | ElemPI.java | 167 transformer.getResultTreeHandler().processingInstruction(piName, data); in execute()
|
/external/libxml2/ |
D | SAX.c | 70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction; in initxmlDefaultSAXHandler() 118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction; in inithtmlDefaultSAXHandler() 165 hdlr->processingInstruction = NULL; in initdocbDefaultSAXHandler()
|
D | legacy.c | 248 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/ |
D | ToXMLSAXHandler.java | 108 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()
|
D | TreeWalker.java | 376 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()
|
D | ToSAXHandler.java | 162 public void processingInstruction(String target, String data) in processingInstruction() method in ToSAXHandler
|
D | ToTextSAXHandler.java | 250 public void processingInstruction(String arg0, String arg1) in processingInstruction() method in ToTextSAXHandler
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMTreeWalker.java | 295 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()
|
D | IncrementalSAXSource_Filter.java | 276 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/ |
D | SAX1ParserAdapter.java | 146 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/ |
D | TreeWalker.java | 381 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()
|
D | StylesheetPIHandler.java | 140 public void processingInstruction(String target, String data) in processingInstruction() method in StylesheetPIHandler
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParser.h | 72 void processingInstruction(const XML_Char *target, const XML_Char *data); 267 void processingInstruction(const xmlChar* target, const xmlChar* data);
|
D | xml_expat_tokenizer.cpp | 205 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()
|
D | XMLDocumentParserLibxml2.cpp | 265 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/ |
D | ClonerToResultTree.java | 197 rth.processingInstruction(dtm.getNodeNameX(node), in cloneToResultTree()
|
D | TransformerHandlerImpl.java | 584 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/ |
D | initial-values.js | 182 var processingInstruction = xmlDoc.createProcessingInstruction('xml-stylesheet', 'type="text/xsl" h… variable
|
/external/libxml2/include/libxml/ |
D | SAX.h | 126 processingInstruction (void *ctx,
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | PYXWriter.java | 163 public void processingInstruction(String target, String data) throws SAXException { in processingInstruction() method in PYXWriter
|
/external/sepolicy/tools/ |
D | insertkeys.py | 160 def processingInstruction(self, target, data): member in ReplaceTags
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementProcessor.java | 232 public void processingInstruction( in processingInstruction() method in XSLTElementProcessor
|