Home
last modified time | relevance | path

Searched refs:createProcessingInstruction (Results 1 – 8 of 8) 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)
Dexpatbuilder.py266 node = self.document.createProcessingInstruction(target, data)
Dminidom.py1720 def createProcessingInstruction(self, target, data): member in Document
1939 clone = newOwnerDocument.createProcessingInstruction(node.target,
/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.py1423 x = doc.createProcessingInstruction("y", "z")
1688 pi = doc.createProcessingInstruction("y", "z")
/external/python/cpython3/Doc/library/
Dxml.dom.rst544 .. method:: Document.createProcessingInstruction(target, data)