Home | History | Annotate | Download | only in core

Lines Matching defs:text3

84       Text text3;
103 text3 = newDoc.createTextNode("text3");
113 appendedChild = element2.appendChild(text3);
128 text3 = (Text) text3.cloneNode(false);
131 appendedChild = element5.appendChild(text3);
134 text3 = (Text) text3.cloneNode(false);
137 appendedChild = element6.appendChild(text3);
142 text3 = (Text) text3.cloneNode(false);
146 appendedChild = element7.appendChild(text3);