HomeSort by relevance Sort by last modified time
    Searched refs:processingInstruction (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 210 rth.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
217 rth.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
ElemValueOf.java 228 rth.processingInstruction(
240 rth.processingInstruction(
ElemPI.java 167 transformer.getResultTreeHandler().processingInstruction(piName, data);
  /external/chromium_org/third_party/libxml/src/
SAX.c 70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
165 hdlr->processingInstruction = NULL;
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...]
testHTML.c 73 NULL, /* processingInstruction */
500 fprintf(stdout, "SAX.processingInstruction(%s, %s)\n",
  /external/libxml2/
SAX.c 70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
165 hdlr->processingInstruction = NULL;
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/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 104 // m_rth.processingInstruction(dtm.getNodeNameX(node),
197 rth.processingInstruction(dtm.getNodeNameX(node),
TransformerHandlerImpl.java 582 * @see org.xml.sax.ContentHandler#processingInstruction
584 public void processingInstruction(String target, String data)
589 System.out.println("TransformerHandlerImpl#processingInstruction: "
594 m_contentHandler.processingInstruction(target, data);
TransformerIdentityImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 108 processingInstruction(Result.PI_ENABLE_OUTPUT_ESCAPING, "");
110 processingInstruction(Result.PI_DISABLE_OUTPUT_ESCAPING, "");
574 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
577 public void processingInstruction(String target, String data)
583 m_saxHandler.processingInstruction(target, data);
TreeWalker.java 32 import org.w3c.dom.ProcessingInstruction;
366 ProcessingInstruction pi = (ProcessingInstruction) node;
376 this.m_contentHandler.processingInstruction(pi.getNodeName(),
410 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
412 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
ToSAXHandler.java 160 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
162 public void processingInstruction(String target, String data)
ToTextSAXHandler.java 248 * @see org.xml.sax.ContentHandler#processingInstruction(String, String)
250 public void processingInstruction(String arg0, String arg1)
ToTextStream.java 451 public void processingInstruction(String target, String data)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 295 this.m_contentHandler.processingInstruction(name,
327 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
329 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
IncrementalSAXSource_Filter.java 276 public void processingInstruction(java.lang.String target, java.lang.String data)
285 clientContentHandler.processingInstruction(target,data);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 30 import org.w3c.dom.ProcessingInstruction;
371 ProcessingInstruction pi = (ProcessingInstruction) node;
381 this.m_contentHandler.processingInstruction(pi.getNodeName(),
415 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
417 m_contentHandler.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
StylesheetPIHandler.java 137 * @see org.xml.sax.ContentHandler#processingInstruction
140 public void processingInstruction(String target, String data)
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 136 void processingInstruction(const String& target, const String& data);
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX.h 126 processingInstruction (void *ctx,
  /external/libxml2/include/libxml/
SAX.h 126 processingInstruction (void *ctx,
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 232 public void processingInstruction(
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java 352 writer.processingInstruction((String) child);

Completed in 410 milliseconds

1 2 3