Searched refs:addressNode (Results 1 – 9 of 9) sorted by relevance
68 Node addressNode; in runTest() local74 addressNode = elementList.item(0); in runTest()75 textNode = (Text) addressNode.getFirstChild(); in runTest()
67 Node addressNode; in runTest() local73 addressNode = elementList.item(0); in runTest()74 textNode = (Text) addressNode.getFirstChild(); in runTest()
67 Node addressNode; in runTest() local80 addressNode = elementList.item(1); in runTest()81 clonedNode = addressNode.cloneNode(false); in runTest()
64 Node addressNode; in runTest() local82 addressNode = elementList.item(1); in runTest()83 clonedNode = addressNode.cloneNode(false); in runTest()
66 Node addressNode; in runTest() local85 addressNode = elementList.item(1); in runTest()86 childList = addressNode.getChildNodes(); in runTest()
67 Node addressNode; in runTest() local86 addressNode = elementList.item(1); in runTest()87 childList = addressNode.getChildNodes(); in runTest()
79 Node addressNode; in runTest() local85 addressNode = childList.item(0); in runTest()86 appendedChild = docFragment.appendChild(addressNode); in runTest()
250 Node addressNode; in testImportNode9() local256 addressNode = childList.item(0); in testImportNode9()257 docFragment.appendChild(addressNode); in testImportNode9()267 Node addressNode; in testImportNode10() local273 addressNode = childList.item(0); in testImportNode10()274 docFragment.appendChild(addressNode); in testImportNode10()