Searched refs:clonedChild (Results 1 – 3 of 3) sorted by relevance
71 Node clonedChild; in runTest() local92 clonedChild = (Node) clonedList.item(indexN1007B); in runTest()93 clonedChildName = clonedChild.getNodeName(); in runTest()
72 Node clonedChild; in runTest() local108 clonedChild = (Node) clonedList.item(indexN100AE); in runTest()109 clonedChildName = clonedChild.getNodeName(); in runTest()
826 Text clonedChild = (Text) clonedName.getFirstChild(); in testCloneNode() local827 assertSame(clonedName, clonedChild.getParentNode()); in testCloneNode()828 assertNull(clonedChild.getNextSibling()); in testCloneNode()829 assertNull(clonedChild.getPreviousSibling()); in testCloneNode()830 assertEquals("Waffles", clonedChild.getTextContent()); in testCloneNode()