Home | History | Annotate | Download | only in dom

Lines Matching refs:cloneNode

133         text1 = (Text) text1.cloneNode(false);
134 text2 = (Text) text2.cloneNode(false);
139 text1 = (Text) text1.cloneNode(false);
140 text2 = (Text) text2.cloneNode(false);
145 text2 = (Text) text2.cloneNode(false);
146 text3 = (Text) text3.cloneNode(false);
151 text2 = (Text) text2.cloneNode(false);
152 text3 = (Text) text3.cloneNode(false);
157 entRef = (EntityReference) entRef.cloneNode(false);
158 text1 = (Text) text1.cloneNode(false);
159 text2 = (Text) text2.cloneNode(false);
160 text3 = (Text) text3.cloneNode(false);