Searched refs:replaceWholeText (Results 1 – 7 of 7) sorted by relevance
54 elem.firstChild.replaceWholeText(text)
1826 public Text replaceWholeText(String content) in replaceWholeText() method in UnImplNode
1454 text = text1.replaceWholeText("new content")1460 text = text2.replaceWholeText("new content")1466 text = text1.replaceWholeText("")
2067 public Text replaceWholeText(String content) in replaceWholeText() method in DTMNodeProxy
1153 def replaceWholeText(self, content): member in Text