Home
last modified time | relevance | path

Searched refs:childList (Results 1 – 25 of 66) sorted by relevance

123

/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentGetElementsByTagnameNS.java64 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 …]
DDocumentImportNode.java248 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/
Dnodereplacechildnewchildexists.java65 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()
Dnodeinsertbeforenewchildexists.java69 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()
Dhc_nodeappendchildchildexists.java67 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()
Dhc_nodeinsertbeforenewchildexists.java69 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()
Dnodeinsertbefore.java66 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()
Dhc_nodereplacechildnewchildexists.java64 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()
Dnoderemovechildnode.java64 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()
Dnodeinsertbeforedocfragment.java70 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()
Dhc_nodeinsertbeforedocfragment.java70 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()
Dnodechildnodesappendchild.java63 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()
Dnodecommentnodeattributes.java66 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()
Dhc_textparseintolistofelements.java67 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()
Dtextparseintolistofelements.java68 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()
Dnodereplacechildnodename.java66 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()
Dnoderemovechildgetnodename.java65 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()
Dhc_nodereplacechild.java67 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()
Dnodereplacechild.java67 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()
Dhc_nodechildnodesappendchild.java72 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()
Dnoderemovechild.java67 NodeList childList; in runTest() local
73 childList = rootNode.getChildNodes(); in runTest()
74 childToRemove = childList.item(1); in runTest()
Dhc_noderemovechild.java67 NodeList childList; in runTest() local
73 childList = rootNode.getChildNodes(); in runTest()
74 childToRemove = childList.item(1); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DdocumentgetelementsbytagnameNS03.java68 NodeList childList; in runTest() local
70 childList = doc.getElementsByTagNameNS("**", "*"); in runTest()
71 assertSize("documentgetelementsbytagnameNS03", 0, childList); in runTest()
DdocumentgetelementsbytagnameNS05.java70 NodeList childList; in runTest() local
72 childList = doc.getElementsByTagNameNS("null", "elementId"); in runTest()
73 assertSize("documentgetelementsbytagnameNS05", 0, childList); in runTest()
DdocumentgetelementsbytagnameNS01.java73 NodeList childList; in runTest() local
79 childList = newDoc.getElementsByTagNameNS("*", "*"); in runTest()
80 assertSize("documentgetelementsbytagnameNS01", 1, childList); in runTest()

123