Home | History | Annotate | Download | only in core

Lines Matching refs:text2

83       Text text2;
102 text2 = newDoc.createTextNode("text2");
112 appendedChild = element2.appendChild(text2);
116 text2 = (Text) text2.cloneNode(false);
119 appendedChild = element3.appendChild(text2);
122 text2 = (Text) text2.cloneNode(false);
125 appendedChild = element4.appendChild(text2);
127 text2 = (Text) text2.cloneNode(false);
130 appendedChild = element5.appendChild(text2);
133 text2 = (Text) text2.cloneNode(false);
136 appendedChild = element6.appendChild(text2);
141 text2 = (Text) text2.cloneNode(false);
145 appendedChild = element7.appendChild(text2);