Home | History | Annotate | Download | only in dom

Lines Matching refs:text1

99         Text text1;
119 text1 = newDoc.createTextNode("text1");
129 element2.appendChild(text1);
133 text1 = (Text) text1.cloneNode(false);
136 element3.appendChild(text1);
139 text1 = (Text) text1.cloneNode(false);
142 element4.appendChild(text1);
158 text1 = (Text) text1.cloneNode(false);
162 element7.appendChild(text1);