Home | History | Annotate | Download | only in dom

Lines Matching defs:text3

101         Text text3;
121 text3 = newDoc.createTextNode("text3");
131 element2.appendChild(text3);
146 text3 = (Text) text3.cloneNode(false);
149 element5.appendChild(text3);
152 text3 = (Text) text3.cloneNode(false);
155 element6.appendChild(text3);
160 text3 = (Text) text3.cloneNode(false);
164 element7.appendChild(text3);