HomeSort by relevance Sort by last modified time
    Searched refs:processingInstruction (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 43 #include "ProcessingInstruction.h"
262 tokenizer->processingInstruction(target, data);
931 void XMLTokenizer::processingInstruction(const xmlChar* target, const xmlChar* data)
945 RefPtr<ProcessingInstruction> pi = m_doc->createProcessingInstruction(
    [all...]
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);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 273 public void processingInstruction(String text) throws IOException, IllegalArgumentException,
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 51 import org.w3c.dom.ProcessingInstruction;
423 serializePI((ProcessingInstruction) node);
883 * Serializes an ProcessingInstruction Node.
885 * @param node The ProcessingInstruction Node to serialize
887 protected void serializePI(ProcessingInstruction node)
889 ProcessingInstruction pi = node;
    [all...]
  /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 {
XmlTest.java 82 private static final String STR_PROCESSING_INSTRUCTION_TAG = "processingInstruction:";
171 public void processingInstruction(String target, String data) throws SAXException {
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 460 method = "processingInstruction",
465 adapter.processingInstruction("foo", "bar");
471 assertEquals("processingInstruction", logger.getMethod());
XMLFilterImplTest.java 589 method = "processingInstruction",
594 parent.processingInstruction("foo", "bar");
600 assertEquals("processingInstruction", logger.getMethod());
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 749 * @see org.xml.sax.ContentHandler#processingInstruction
754 public void processingInstruction(String target, String data)
812 getCurrentProcessor().processingInstruction(this, target, data);
824 * @see org.xml.sax.ContentHandler#processingInstruction
    [all...]
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
ExpatParserTest.java 492 public void processingInstruction(String target, String data)
659 public void processingInstruction(String target, String data) {
  /external/expat/xmlwf/
xmlwf.c 235 processingInstruction(void *userData, const XML_Char *target,
840 XML_SetProcessingInstructionHandler(parser, processingInstruction);
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
ExpatPullParser.java 904 public void processingInstruction(String target, String data)
  /external/jdiff/
xerces.jar 
  /dalvik/libcore/xml/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 827 static void processingInstruction(void* data, const char* target,
1054 XML_SetProcessingInstructionHandler(parser, processingInstruction);
    [all...]
  /external/libxml2/
SAX2.c     [all...]
HTMLparser.c     [all...]
xmlschemas.c     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 453 public void processingInstruction(java.lang.String target, java.lang.String data)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
SAX2DTM2.java     [all...]
  /frameworks/base/core/java/android/text/
Html.java 780 public void processingInstruction(String target, String data) throws SAXException {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1971 milliseconds

1 23 4