Home
last modified time | relevance | path

Searched defs:oldChild (Results 1 – 25 of 25) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_noderemovechildoldchildnonexistent.java68 Node oldChild; in runTest() local
Dnoderemovechildoldchildnonexistent.java69 Node oldChild; in runTest() local
Dhc_nodereplacechildinvalidnodetype.java75 Node oldChild; in runTest() local
Dhc_nodereplacechildoldchildnonexistent.java68 Node oldChild; in runTest() local
Dnodereplacechildoldchildnonexistent.java69 Node oldChild; in runTest() local
Dnodereplacechildinvalidnodetype.java74 Node oldChild; in runTest() local
Dnodereplacechildnodeancestor.java74 Node oldChild; in runTest() local
Dhc_nodereplacechildnodeancestor.java72 Node oldChild; in runTest() local
Dnodereplacechildnewchilddiffdocument.java72 Node oldChild; in runTest() local
Dhc_nodereplacechildnewchilddiffdocument.java72 Node oldChild; in runTest() local
Dhc_nodeappendchildnodeancestor.java72 Node oldChild; in runTest() local
Dnoderemovechildgetnodename.java66 Node oldChild; in runTest() local
Dhc_noderemovechildgetnodename.java69 Node oldChild; in runTest() local
Dhc_nodereplacechildnodename.java70 Node oldChild; in runTest() local
Dhc_nodereplacechild.java68 Node oldChild; in runTest() local
Dnodereplacechild.java68 Node oldChild; in runTest() local
Dnodereplacechildnodename.java67 Node oldChild; in runTest() local
Dnoderemovechildnode.java65 Node oldChild; in runTest() local
Dhc_nodereplacechildnewchildexists.java65 Node oldChild = null; in runTest() local
Dhc_noderemovechildnode.java69 Node oldChild; in runTest() local
Dnodereplacechildnewchildexists.java66 Node oldChild = null; in runTest() local
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DInnerNodeImpl.java174 public Node removeChild(Node oldChild) throws DOMException { in removeChild()
196 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()
DNodeImpl.java155 public Node removeChild(Node oldChild) throws DOMException { in removeChild()
159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()
/libcore/luni/src/main/java/org/w3c/dom/
DNode.java347 Node oldChild) in replaceChild()
365 public Node removeChild(Node oldChild) in removeChild()
/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
DDOMResultTest.java164 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { return null; } in replaceChild()
167 public Node removeChild(Node oldChild) throws DOMException { return null; } in removeChild()