Searched refs:createProcessingInstruction (Results 1 – 13 of 13) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMBuilder.java | 512 append(m_doc.createProcessingInstruction("xslt-next-is-raw", in charactersRaw() 617 append(m_doc.createProcessingInstruction(target, data)); in processingInstruction()
|
D | UnImplNode.java | 895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in UnImplNode
|
/external/python/cpython3/Lib/xml/dom/ |
D | pulldom.py | 142 node = self.document.createProcessingInstruction(target, data) 176 n = self.document.createProcessingInstruction(target, data)
|
D | minidom.py | 1702 def createProcessingInstruction(self, target, data): member in Document 1921 clone = newOwnerDocument.createProcessingInstruction(node.target,
|
D | expatbuilder.py | 269 node = self.document.createProcessingInstruction(target, data)
|
/external/python/cpython2/Lib/xml/dom/ |
D | pulldom.py | 148 node = self.document.createProcessingInstruction(target, data) 182 n = self.document.createProcessingInstruction(target, data)
|
D | minidom.py | 1630 def createProcessingInstruction(self, target, data): member in Document 1846 clone = newOwnerDocument.createProcessingInstruction(node.target,
|
D | expatbuilder.py | 269 node = self.document.createProcessingInstruction(target, data)
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in DTMNodeProxy
|
/external/python/cpython3/Lib/test/ |
D | test_minidom.py | 1374 x = doc.createProcessingInstruction("y", "z") 1641 pi = doc.createProcessingInstruction("y", "z")
|
/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 1203 x = doc.createProcessingInstruction("y", "z")
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 559 .. method:: Document.createProcessingInstruction(target, data)
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 544 .. method:: Document.createProcessingInstruction(target, data)
|