Home
last modified time | relevance | path

Searched defs:createProcessingInstruction (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp932 PassRefPtrWillBeRawPtr<ProcessingInstruction> Document::createProcessingInstruction(const String& t… in createProcessingInstruction() function in blink::Document