Home
last modified time | relevance | path

Searched refs:adoptNode (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
DDocument.java698 public Node adoptNode(Node source) in adoptNode() method
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java977 builder.newDocument().adoptNode(node); in assertNotAdoptable()
999 assertSame(node, newDocument.adoptNode(node)); in adoptAndCheck()
1003 assertSame(menu, newDocument.adoptNode(menu)); in adoptAndCheck()
1035 assertSame(name, newDocument.adoptNode(name)); in testAdoptionImmediatelyAfterParsing()
1067 assertSame(name, newDocument.adoptNode(name)); in testUserDataHandlerNotifiedOfOnlyShallowAdoptions()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java241 public Node adoptNode(Node node) { in adoptNode() method in DocumentImpl
/libcore/api/
Dcurrent.txt19481 method public org.w3c.dom.Node adoptNode(org.w3c.dom.Node) throws org.w3c.dom.DOMException;