Home
last modified time | relevance | path

Searched defs:renameNode (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1748 public Node renameNode(Node n, in renameNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1990 public Node renameNode(Node n, in renameNode() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1830 def renameNode(self, n, namespaceURI, name): member in Document
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1753 def renameNode(self, n, namespaceURI, name): member in Document