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

1 2 3 4 56 7 8

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 295 serializer.processingInstruction("xml-stylesheet type=\"text/xsl\" " +
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 251 public void processingInstruction(String target, String data)
ToTextStream.java 451 public void processingInstruction(String target, String data)
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 574 public void processingInstruction(String pi)
KXmlParser.java 412 String processingInstruction = readUntil(END_PROCESSING_INSTRUCTION, justOneToken);
414 text = processingInstruction;
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 303 void processingInstruction (String text)
  /external/libxml2/include/libxml/
parser.h 728 processingInstructionSAXFunc processingInstruction;
769 processingInstructionSAXFunc processingInstruction;
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 58 import org.w3c.dom.ProcessingInstruction;
118 private ProcessingInstruction wafflemaker;
161 wafflemaker = (ProcessingInstruction) item.getChildNodes().item(9);
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 117 #include "ProcessingInstruction.h"
754 PassRefPtr<ProcessingInstruction> Document::createProcessingInstruction(const String& target, const String& data, ExceptionCode& ec)
764 return ProcessingInstruction::create(this, target, data);
    [all...]
Node.cpp 75 #include "ProcessingInstruction.h"
264 printf(" Number of ProcessingInstruction nodes: %zu\n", piNodes);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
SAX2DTM2.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 614 public void processingInstruction(String target, String data)
  /external/webkit/Source/WebCore/
DerivedSources.make 333 ProcessingInstruction \
CMakeLists.txt 172 dom/ProcessingInstruction.idl
601 dom/ProcessingInstruction.cpp
    [all...]
CodeGenerators.pri 146 dom/ProcessingInstruction.idl \
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 409 attribute ProcessingInstructionConstructor ProcessingInstruction;
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 780 public void processingInstruction(String target, String data) throws SAXException {
  /libcore/luni/src/main/java/org/w3c/dom/
DOMConfiguration.java 337 * the data inside <code>ProcessingInstruction</code> nodes for invalid
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 386 public void processingInstruction (String target, String data)
  /prebuilt/sdk/8/
android.jar 
  /external/libxml2/
SAX2.c     [all...]
xmllint.c 859 NULL, /* processingInstruction */
1352 fprintf(stdout, "SAX.processingInstruction(%s, %s)\n",
1355 fprintf(stdout, "SAX.processingInstruction(%s, NULL)\n",
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 440 class ProcessingInstruction(NavigableString):
    [all...]

Completed in 452 milliseconds

1 2 3 4 56 7 8