Lines Matching refs:text1
973 (text1, elm1, text2) = root.childNodes
976 self.confirm(text1.previousSibling is None and
977 text1.nextSibling is elm1 and
978 elm1.previousSibling is text1 and
986 text1.parentNode is root and
1226 text1 = elem.firstChild
1228 splitter = text1.nextSibling
1230 elem.insertBefore(doc.createCDATASection("c"), text1)
1231 return doc, elem, text1, splitter, text2
1233 doc, elem, text1, splitter, text2 = setup()
1234 text = text1.replaceWholeText("new content")
1239 doc, elem, text1, splitter, text2 = setup()
1242 self.checkWholeText(text1, "cab")
1245 doc, elem, text1, splitter, text2 = setup()
1246 text = text1.replaceWholeText("")