/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | InnerNodeImpl.java | 51 public Node appendChild(Node newChild) throws DOMException { in appendChild() 85 public Node insertBefore(Node newChild, Node refChild) throws DOMException { in insertBefore() 107 Node insertChildAt(Node newChild, int index) throws DOMException { in insertChildAt() 196 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | hc_nodeappendchildinvalidnodetype.java | 71 Node newChild; in runTest() local
|
D | nodeappendchildinvalidnodetype.java | 72 Node newChild; in runTest() local
|
D | nodeappendchildnodeancestor.java | 70 Node newChild; in runTest() local
|
D | hc_nodeappendchildnewchilddiffdocument.java | 72 Node newChild; in runTest() local
|
D | hc_nodereplacechildinvalidnodetype.java | 73 Node newChild; in runTest() local
|
D | hc_nodereplacechildoldchildnonexistent.java | 69 Node newChild; in runTest() local
|
D | nodeinsertbeforeinvalidnodetype.java | 72 Node newChild; in runTest() local
|
D | nodeinsertbeforerefchildnonexistent.java | 71 Node newChild; in runTest() local
|
D | hc_nodeinsertbeforeinvalidnodetype.java | 73 Node newChild; in runTest() local
|
D | nodereplacechildoldchildnonexistent.java | 70 Node newChild; in runTest() local
|
D | hc_nodeinsertbeforerefchildnonexistent.java | 71 Node newChild; in runTest() local
|
D | nodereplacechildinvalidnodetype.java | 72 Node newChild; in runTest() local
|
D | nodeappendchildnewchilddiffdocument.java | 73 Node newChild; in runTest() local
|
D | hc_nodeappendchildgetnodename.java | 68 Node newChild; in runTest() local
|
D | nodereplacechildnodeancestor.java | 70 Node newChild; in runTest() local
|
D | hc_nodeinsertbeforenewchilddiffdocument.java | 73 Node newChild; in runTest() local
|
D | hc_nodereplacechildnodeancestor.java | 68 Node newChild; in runTest() local
|
D | nodeinsertbeforenewchilddiffdocument.java | 73 Node newChild; in runTest() local
|
D | hc_nodeinsertbeforenodeancestor.java | 68 Node newChild; in runTest() local
|
D | nodereplacechildnewchilddiffdocument.java | 73 Node newChild; in runTest() local
|
D | hc_nodereplacechildnewchilddiffdocument.java | 73 Node newChild; in runTest() local
|
D | attrreplacechild1.java | 65 Node newChild; in runTest() local
|
D | nodeappendchildgetnodename.java | 68 Node newChild; in runTest() local
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | Node.java | 309 public Node insertBefore(Node newChild, in insertBefore() 346 public Node replaceChild(Node newChild, in replaceChild() 393 public Node appendChild(Node newChild) in appendChild()
|