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/python/cpython2/Lib/xml/dom/
Dminidom.py1630 def createProcessingInstruction(self, target, data): member in Document