Searched refs:renameNode (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 1259 document.renameNode(description, null, "desc"); in testRenameElement() 1268 document.renameNode(description, null, "a:desc"); in testRenameElementWithPrefix() 1275 document.renameNode(description, "http://sales", "desc"); in testRenameElementWithNamespace() 1283 document.renameNode(description, "http://sales", "a:desc"); in testRenameElementWithPrefixAndNamespace() 1291 document.renameNode(deluxe, null, "special"); in testRenameAttribute() 1300 document.renameNode(deluxe, null, "a:special"); in testRenameAttributeWithPrefix() 1307 document.renameNode(deluxe, "http://sales", "special"); in testRenameAttributeWithNamespace() 1315 document.renameNode(deluxe, "http://sales", "a:special"); in testRenameAttributeWithPrefixAndNamespace() 1328 document.renameNode(deluxe, null, "special"); in testUserDataHandlerNotifiedOfRenames() 1329 document.renameNode(description, null, "desc"); in testUserDataHandlerNotifiedOfRenames() [all …]
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | Document.java | 809 public Node renameNode(Node n, in renameNode() method
|
/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/ |
D | DOMResultTest.java | 337 public Node renameNode(Node n, String namespaceURI, String qualifiedName) in renameNode() method in DOMResultTest.NodeImpl
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DocumentImpl.java | 312 public Node renameNode(Node node, String namespaceURI, String qualifiedName) { in renameNode() method in DocumentImpl
|
/libcore/api/ |
D | current.txt | 21148 …method public org.w3c.dom.Node renameNode(org.w3c.dom.Node, String, String) throws org.w3c.dom.DOM…
|