Lines Matching refs:text2
973 (text1, elm1, text2) = root.childNodes
979 elm1.nextSibling is text2 and
980 text2.previousSibling is elm1 and
981 text2.nextSibling is None and
988 text2.parentNode is root and
1192 text2 = doc.createTextNode("d")
1193 elem.appendChild(text2)
1195 self.checkWholeText(text2, "d")
1201 self.checkWholeText(text2, "d")
1207 self.checkWholeText(text2, "d")
1211 self.checkWholeText(text2, "cabd")
1227 text2 = elem.lastChild
1231 return doc, elem, text1, splitter, text2
1233 doc, elem, text1, splitter, text2 = setup()
1236 self.checkWholeText(text2, "d")
1239 doc, elem, text1, splitter, text2 = setup()
1240 text = text2.replaceWholeText("new content")
1245 doc, elem, text1, splitter, text2 = setup()
1247 self.checkWholeText(text2, "d")