Home
last modified time | relevance | path

Searched refs:createProcessingInstruction (Results 1 – 13 of 13) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java512 append(m_doc.createProcessingInstruction("xslt-next-is-raw", in charactersRaw()
617 append(m_doc.createProcessingInstruction(target, data)); in processingInstruction()
DUnImplNode.java895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in UnImplNode
/external/python/cpython3/Lib/xml/dom/
Dpulldom.py142 node = self.document.createProcessingInstruction(target, data)
176 n = self.document.createProcessingInstruction(target, data)
Dminidom.py1702 def createProcessingInstruction(self, target, data): member in Document
1921 clone = newOwnerDocument.createProcessingInstruction(node.target,
Dexpatbuilder.py269 node = self.document.createProcessingInstruction(target, data)
/external/python/cpython2/Lib/xml/dom/
Dpulldom.py148 node = self.document.createProcessingInstruction(target, data)
182 n = self.document.createProcessingInstruction(target, data)
Dminidom.py1630 def createProcessingInstruction(self, target, data): member in Document
1846 clone = newOwnerDocument.createProcessingInstruction(node.target,
Dexpatbuilder.py269 node = self.document.createProcessingInstruction(target, data)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in DTMNodeProxy
/external/python/cpython3/Lib/test/
Dtest_minidom.py1374 x = doc.createProcessingInstruction("y", "z")
1641 pi = doc.createProcessingInstruction("y", "z")
/external/python/cpython2/Lib/test/
Dtest_minidom.py1203 x = doc.createProcessingInstruction("y", "z")
/external/python/cpython2/Doc/library/
Dxml.dom.rst559 .. method:: Document.createProcessingInstruction(target, data)
/external/python/cpython3/Doc/library/
Dxml.dom.rst544 .. method:: Document.createProcessingInstruction(target, data)