Searched refs:createProcessingInstruction (Results 1 – 8 of 8) 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 | expatbuilder.py | 266 node = self.document.createProcessingInstruction(target, data)
|
D | minidom.py | 1720 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/ |
D | DTMNodeProxy.java | 701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction() method in DTMNodeProxy
|
/external/python/cpython3/Lib/test/ |
D | test_minidom.py | 1423 x = doc.createProcessingInstruction("y", "z") 1688 pi = doc.createProcessingInstruction("y", "z")
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 544 .. method:: Document.createProcessingInstruction(target, data)
|