Searched refs:addressElem (Results 1 – 2 of 2) sorted by relevance
78 Node addressElem; in runTest() local85 addressElem = childList.item(0); in runTest()86 imported = doc.importNode(addressElem, true); in runTest()87 addressElemChildren = addressElem.getChildNodes(); in runTest()
300 Node addressElem; in testImportNode12() local307 addressElem = childList.item(0); in testImportNode12()308 imported = doc.importNode(addressElem, true); in testImportNode12()309 addressElemChildren = addressElem.getChildNodes(); in testImportNode12()