HomeSort by relevance Sort by last modified time
    Searched full:processinginstruction (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore01.js 84 verify the target of the inserted ProcessingInstruction.
nodeinsertbefore02.js 81 verify the target of the inserted ProcessingInstruction.
nodeinsertbefore15.js 81 Comment, ProcessingInstruction and CDATASection nodes before an element child
noderemovechild23.js 78 Using removeChild on a new Element node attempt to remove a new ProcessingInstruction child
nodereplacechild12.js 78 Using replaceChild on this Document node, attempt to replace a new ProcessingInstruction
nodereplacechild23.js 79 Comment, ProcessingInstruction and CDATASection nodes with each other and in each case
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DefaultHandlerTest.java 136 h.processingInstruction("target", "data");
ParserAdapterTest.java 325 adapter.processingInstruction("foo", "bar");
331 assertEquals("processingInstruction", logger.getMethod());
XMLReaderAdapterTest.java 294 adapter.processingInstruction("foo", "bar");
300 assertEquals("processingInstruction", logger.getMethod());
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 38 import org.w3c.dom.ProcessingInstruction;
445 ProcessingInstruction pi;
446 ProcessingInstruction aNode;
456 aNode = (ProcessingInstruction) doc.importNode(pi, false);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 248 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
250 public void processingInstruction(String arg0, String arg1)
ToSAXHandler.java 160 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
162 public void processingInstruction(String target, String data)
  /external/libxml2/
legacy.c 123 "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 =
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.h 72 void processingInstruction(const XML_Char *target, const XML_Char *data);
267 void processingInstruction(const xmlChar* target, const xmlChar* data);
xml_expat_tokenizer.cpp 43 #include "ProcessingInstruction.h"
205 tokenizer->processingInstruction(target, data);
576 void XMLTokenizer::processingInstruction(const XML_Char *target, const XML_Char *data)
590 RefPtr<ProcessingInstruction> pi = m_doc->createProcessingInstruction(
681 tokenizer->processingInstruction(target, data);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
xmlwf 
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 38 #include "ProcessingInstruction.h"
408 appendProcessingInstruction(result, static_cast<const ProcessingInstruction*>(node)->target(), static_cast<const ProcessingInstruction*>(node)->data());
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 34 import org.w3c.dom.ProcessingInstruction;
197 ProcessingInstruction pi = (ProcessingInstruction) node;
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 367 * @see org.xml.sax.ContentHandler#processingInstruction
369 public void processingInstruction (String target, String data)
387 * @see org.xml.sax.ContentHandler#processingInstruction
XMLReaderAdapter.java 402 * @see org.xml.sax.ContentHandler#processingInstruction
404 public void processingInstruction (String target, String data)
408 documentHandler.processingInstruction(target, data);
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTestSupport.java 63 "processingInstruction";
276 public void processingInstruction(String target, String data) {
444 public void processingInstruction(String target, String data) {
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 69 private static final String STR_PROCESSING_INSTRUCTION_TAG = "processingInstruction:";
252 public void processingInstruction(String target, String data) throws SAXException {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 228 rth.processingInstruction(
240 rth.processingInstruction(
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 137 * @see org.xml.sax.ContentHandler#processingInstruction
140 public void processingInstruction(String target, String data)
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 291 * @see org.xml.sax.DocumentHandler#processingInstruction
293 public void processingInstruction (String target, String data)

Completed in 486 milliseconds

1 23 4 5 6 7 8