Searched refs:cloneNode (Results 1 – 20 of 20) sorted by relevance
115 text1 = (Text) text1.cloneNode(false); in runTest()116 text2 = (Text) text2.cloneNode(false); in runTest()121 text1 = (Text) text1.cloneNode(false); in runTest()122 text2 = (Text) text2.cloneNode(false); in runTest()127 text2 = (Text) text2.cloneNode(false); in runTest()128 text3 = (Text) text3.cloneNode(false); in runTest()133 text2 = (Text) text2.cloneNode(false); in runTest()134 text3 = (Text) text3.cloneNode(false); in runTest()139 entRef = (EntityReference) entRef.cloneNode(false); in runTest()140 text1 = (Text) text1.cloneNode(false); in runTest()[all …]
87 attributeCloned = (Attr) attribute.cloneNode(true); in runTest()
133 text1 = (Text) text1.cloneNode(false); in testNormalize()134 text2 = (Text) text2.cloneNode(false); in testNormalize()139 text1 = (Text) text1.cloneNode(false); in testNormalize()140 text2 = (Text) text2.cloneNode(false); in testNormalize()145 text2 = (Text) text2.cloneNode(false); in testNormalize()146 text3 = (Text) text3.cloneNode(false); in testNormalize()151 text2 = (Text) text2.cloneNode(false); in testNormalize()152 text3 = (Text) text3.cloneNode(false); in testNormalize()157 entRef = (EntityReference) entRef.cloneNode(false); in testNormalize()158 text1 = (Text) text1.cloneNode(false); in testNormalize()[all …]
126 attributeCloned = (Attr) attribute.cloneNode(true); in testSetAttributeNodeNS2()
72 clonedNode = employeeNode.cloneNode(false); in runTest()
71 clonedNode = employeeNode.cloneNode(false); in runTest()
73 clonedNode = childNode.cloneNode(true); in runTest()
76 clonedNode = childNode.cloneNode(false); in runTest()
71 clonedNode = childNode.cloneNode(true); in runTest()
75 clonedNode = childNode.cloneNode(false); in runTest()
76 clonedNode = employeeNode.cloneNode(false); in runTest()
75 clonedNode = employeeNode.cloneNode(false); in runTest()
81 clonedNode = addressNode.cloneNode(false); in runTest()
75 clonedTitle = (Attr) titleAttr.cloneNode(false); in runTest()
83 clonedNode = addressNode.cloneNode(false); in runTest()
89 clonedNode = employeeNode.cloneNode(true); in runTest()
105 clonedNode = employeeNode.cloneNode(true); in runTest()
437 public Node cloneNode(boolean deep); in cloneNode() method
813 Element clonedName = (Element) name.cloneNode(true); in testCloneNode()846 Element clonedName = (Element) name.cloneNode(true); in testCloneNodeNotNamespaceAware()866 Element clonedName = (Element) name.cloneNode(false); in testUserDataHandlerNotifiedOfShallowClones()886 Element clonedName = (Element) name.cloneNode(true); in testUserDataHandlerNotifiedOfDeepClones()
78 public final Node cloneNode(boolean deep) { in cloneNode() method in NodeImpl