Home | History | Annotate | Download | only in dom

Lines Matching refs:text2

100         Text text2;
120 text2 = newDoc.createTextNode("text2");
130 element2.appendChild(text2);
134 text2 = (Text) text2.cloneNode(false);
137 element3.appendChild(text2);
140 text2 = (Text) text2.cloneNode(false);
143 element4.appendChild(text2);
145 text2 = (Text) text2.cloneNode(false);
148 element5.appendChild(text2);
151 text2 = (Text) text2.cloneNode(false);
154 element6.appendChild(text2);
159 text2 = (Text) text2.cloneNode(false);
163 element7.appendChild(text2);