Home | History | Annotate | Download | only in core

Lines Matching refs:text1

82       Text text1;
101 text1 = newDoc.createTextNode("text1");
111 appendedChild = element2.appendChild(text1);
115 text1 = (Text) text1.cloneNode(false);
118 appendedChild = element3.appendChild(text1);
121 text1 = (Text) text1.cloneNode(false);
124 appendedChild = element4.appendChild(text1);
140 text1 = (Text) text1.cloneNode(false);
144 appendedChild = element7.appendChild(text1);