Home
last modified time | relevance | path

Searched refs:addressNode (Results 1 – 9 of 9) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dtextsplittextfour.java68 Node addressNode; in runTest() local
74 addressNode = elementList.item(0); in runTest()
75 textNode = (Text) addressNode.getFirstChild(); in runTest()
Dhc_textsplittextfour.java67 Node addressNode; in runTest() local
73 addressNode = elementList.item(0); in runTest()
74 textNode = (Text) addressNode.getFirstChild(); in runTest()
Dnodecloneattributescopied.java67 Node addressNode; in runTest() local
80 addressNode = elementList.item(1); in runTest()
81 clonedNode = addressNode.cloneNode(false); in runTest()
Dhc_nodecloneattributescopied.java64 Node addressNode; in runTest() local
82 addressNode = elementList.item(1); in runTest()
83 clonedNode = addressNode.cloneNode(false); in runTest()
Dhc_textparseintolistofelements.java66 Node addressNode; in runTest() local
85 addressNode = elementList.item(1); in runTest()
86 childList = addressNode.getChildNodes(); in runTest()
Dtextparseintolistofelements.java67 Node addressNode; in runTest() local
86 addressNode = elementList.item(1); in runTest()
87 childList = addressNode.getChildNodes(); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Ddocumentimportnode09.java79 Node addressNode; in runTest() local
85 addressNode = childList.item(0); in runTest()
86 appendedChild = docFragment.appendChild(addressNode); in runTest()
Ddocumentimportnode10.java79 Node addressNode; in runTest() local
85 addressNode = childList.item(0); in runTest()
86 appendedChild = docFragment.appendChild(addressNode); in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentImportNode.java250 Node addressNode; in testImportNode9() local
256 addressNode = childList.item(0); in testImportNode9()
257 docFragment.appendChild(addressNode); in testImportNode9()
267 Node addressNode; in testImportNode10() local
273 addressNode = childList.item(0); in testImportNode10()
274 docFragment.appendChild(addressNode); in testImportNode10()