/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | DocumentGetElementsByTagnameNS.java | 64 NodeList childList; in testGetElementsByTagNameNS1() local 70 childList = newDoc.getElementsByTagNameNS("*", "*"); in testGetElementsByTagNameNS1() 71 assertEquals("documentgetelementsbytagnameNS01", 1, childList in testGetElementsByTagNameNS1() 78 NodeList childList; in testGetElementsByTagNameNS2() local 84 childList = doc.getElementsByTagNameNS("*", "employeeId"); in testGetElementsByTagNameNS2() 85 assertEquals("documentgetelementsbytagnameNS02", 6, childList in testGetElementsByTagNameNS2() 90 NodeList childList; in testGetElementsByTagNameNS3() local 92 childList = doc.getElementsByTagNameNS("**", "*"); in testGetElementsByTagNameNS3() 93 assertEquals("documentgetelementsbytagnameNS03", 0, childList in testGetElementsByTagNameNS3() 98 NodeList childList; in testGetElementsByTagNameNS4() local [all …]
|
D | DocumentImportNode.java | 248 NodeList childList; in testImportNode9() local 255 childList = doc.getElementsByTagNameNS("*", "address"); in testImportNode9() 256 addressNode = childList.item(0); in testImportNode9() 265 NodeList childList; in testImportNode10() local 272 childList = doc.getElementsByTagNameNS("*", "address"); in testImportNode10() 273 addressNode = childList.item(0); in testImportNode10() 298 NodeList childList; in testImportNode12() local 306 childList = doc.getElementsByTagNameNS("*", "address"); in testImportNode12() 307 addressElem = childList.item(0); in testImportNode12() 317 NodeList childList; in testImportNode13() local [all …]
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | nodeinsertbeforenewchildexists.java | 69 NodeList childList; in runTest() local 106 childList = employeeNode.getChildNodes(); in runTest() 107 length = (int) childList.getLength(); in runTest() 111 refChild = childList.item(5); in runTest() 112 newChild = childList.item(0); in runTest() 115 refChild = childList.item(11); in runTest() 116 newChild = childList.item(1); in runTest() 120 for (int indexN100DD = 0; indexN100DD < childList.getLength(); indexN100DD++) { in runTest() 121 child = (Node) childList.item(indexN100DD); in runTest()
|
D | nodereplacechildnewchildexists.java | 65 NodeList childList; in runTest() local 102 childList = employeeNode.getChildNodes(); in runTest() 103 length = (int) childList.getLength(); in runTest() 106 newChild = childList.item(1); in runTest() 107 oldChild = childList.item(11); in runTest() 110 newChild = childList.item(0); in runTest() 111 oldChild = childList.item(5); in runTest() 117 for (int indexN100DE = 0; indexN100DE < childList.getLength(); indexN100DE++) { in runTest() 118 childNode = (Node) childList.item(indexN100DE); in runTest()
|
D | hc_nodeappendchildchildexists.java | 67 NodeList childList; in runTest() local 89 childList = ((Element) /*Node */childNode).getElementsByTagName("*"); in runTest() 90 newChild = childList.item(0); in runTest() 92 for (int indexN10085 = 0; indexN10085 < childList.getLength(); indexN10085++) { in runTest() 93 memberNode = (Node) childList.item(indexN10085); in runTest() 98 childList = childNode.getChildNodes(); in runTest() 99 for (int indexN1009C = 0; indexN1009C < childList.getLength(); indexN1009C++) { in runTest() 100 memberNode = (Node) childList.item(indexN1009C); in runTest()
|
D | hc_nodeinsertbeforenewchildexists.java | 69 NodeList childList; in runTest() local 89 childList = ((Element) /*Node */employeeNode).getElementsByTagName("*"); in runTest() 90 refChild = childList.item(5); in runTest() 91 newChild = childList.item(0); in runTest() 93 for (int indexN1008C = 0; indexN1008C < childList.getLength(); indexN1008C++) { in runTest() 94 child = (Node) childList.item(indexN1008C); in runTest()
|
D | nodeinsertbefore.java | 66 NodeList childList; in runTest() local 105 childList = employeeNode.getChildNodes(); in runTest() 106 length = (int) childList.getLength(); in runTest() 109 refChild = childList.item(3); in runTest() 112 refChild = childList.item(7); in runTest() 118 for (int indexN100DC = 0; indexN100DC < childList.getLength(); indexN100DC++) { in runTest() 119 child = (Node) childList.item(indexN100DC); in runTest()
|
D | hc_nodereplacechildnewchildexists.java | 64 NodeList childList; in runTest() local 86 childList = ((Element) /*Node */employeeNode).getElementsByTagName("*"); in runTest() 87 newChild = childList.item(0); in runTest() 88 oldChild = childList.item(5); in runTest() 91 for (int indexN10094 = 0; indexN10094 < childList.getLength(); indexN10094++) { in runTest() 92 childNode = (Node) childList.item(indexN10094); in runTest()
|
D | noderemovechildnode.java | 64 NodeList childList; in runTest() local 74 childList = employeeNode.getChildNodes(); in runTest() 75 oldChild = childList.item(0); in runTest() 78 child = childList.item(0); in runTest() 80 length = (int) childList.getLength(); in runTest()
|
D | hc_nodeinsertbeforedocfragment.java | 70 NodeList childList; in runTest() local 82 childList = employeeNode.getChildNodes(); in runTest() 83 refChild = childList.item(3); in runTest() 90 child = childList.item(3); in runTest() 93 child = childList.item(4); in runTest()
|
D | nodeinsertbeforedocfragment.java | 70 NodeList childList; in runTest() local 82 childList = employeeNode.getChildNodes(); in runTest() 83 refChild = childList.item(3); in runTest() 90 child = childList.item(3); in runTest() 93 child = childList.item(4); in runTest()
|
D | hc_textparseintolistofelements.java | 67 NodeList childList; in runTest() local 86 childList = addressNode.getChildNodes(); in runTest() 87 length = (int) childList.getLength(); in runTest() 88 for (int indexN1007C = 0; indexN1007C < childList.getLength(); indexN1007C++) { in runTest() 89 child = (Node) childList.item(indexN1007C); in runTest()
|
D | textparseintolistofelements.java | 68 NodeList childList; in runTest() local 87 childList = addressNode.getChildNodes(); in runTest() 88 length = (int) childList.getLength(); in runTest() 89 for (int indexN1007F = 0; indexN1007F < childList.getLength(); indexN1007F++) { in runTest() 90 child = (Node) childList.item(indexN1007F); in runTest()
|
D | nodechildnodesappendchild.java | 63 NodeList childList; in runTest() local 70 childList = employeeNode.getChildNodes(); in runTest() 71 expectedLength = (int) childList.getLength(); in runTest() 75 length = (int) childList.getLength(); in runTest()
|
D | nodecommentnodeattributes.java | 66 NodeList childList; in runTest() local 71 childList = doc.getChildNodes(); in runTest() 72 for (int indexN10043 = 0; indexN10043 < childList.getLength(); indexN10043++) { in runTest() 73 childNode = (Node) childList.item(indexN10043); in runTest()
|
D | hc_nodereplacechild.java | 67 NodeList childList; in runTest() local 76 childList = employeeNode.getChildNodes(); in runTest() 77 oldChild = childList.item(0); in runTest() 80 child = childList.item(0); in runTest()
|
D | noderemovechildgetnodename.java | 65 NodeList childList; in runTest() local 73 childList = employeeNode.getChildNodes(); in runTest() 74 length = (int) childList.getLength(); in runTest() 75 oldChild = childList.item(0); in runTest()
|
D | nodereplacechild.java | 67 NodeList childList; in runTest() local 76 childList = employeeNode.getChildNodes(); in runTest() 77 oldChild = childList.item(0); in runTest() 80 child = childList.item(0); in runTest()
|
D | nodereplacechildnodename.java | 66 NodeList childList; in runTest() local 75 childList = employeeNode.getChildNodes(); in runTest() 76 length = (int) childList.getLength(); in runTest() 77 oldChild = childList.item(1); in runTest()
|
D | hc_nodechildnodesappendchild.java | 72 NodeList childList; in runTest() local 92 childList = employeeNode.getChildNodes(); in runTest() 95 for (int indexN10087 = 0; indexN10087 < childList.getLength(); indexN10087++) { in runTest() 96 childNode = (Node) childList.item(indexN10087); in runTest()
|
D | hc_nodeinsertbefore.java | 68 NodeList childList; in runTest() local 90 childList = employeeNode.getChildNodes(); in runTest() 93 for (int indexN10091 = 0; indexN10091 < childList.getLength(); indexN10091++) { in runTest() 94 child = (Node) childList.item(indexN10091); in runTest()
|
D | hc_noderemovechildnode.java | 68 NodeList childList; in runTest() local 88 childList = employeeNode.getChildNodes(); in runTest() 94 for (int indexN10098 = 0; indexN10098 < childList.getLength(); indexN10098++) { in runTest() 95 child = (Node) childList.item(indexN10098); in runTest()
|
D | hc_nodeappendchilddocfragment.java | 69 NodeList childList; in runTest() local 92 childList = employeeNode.getChildNodes(); in runTest() 99 for (int indexN100A2 = 0; indexN100A2 < childList.getLength(); indexN100A2++) { in runTest() 100 child = (Node) childList.item(indexN100A2); in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | documentgetelementsbytagnameNS05.java | 70 NodeList childList; in runTest() local 72 childList = doc.getElementsByTagNameNS("null", "elementId"); in runTest() 73 assertSize("documentgetelementsbytagnameNS05", 0, childList); in runTest()
|
D | documentgetelementsbytagnameNS03.java | 68 NodeList childList; in runTest() local 70 childList = doc.getElementsByTagNameNS("**", "*"); in runTest() 71 assertSize("documentgetelementsbytagnameNS03", 0, childList); in runTest()
|