Home
last modified time | relevance | path

Searched refs:replaceWholeText (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/protobuf/
Dupdate_version.py54 elem.firstChild.replaceWholeText(text)
/external/protobuf/
Dupdate_version.py54 elem.firstChild.replaceWholeText(text)
/external/cronet/tot/third_party/protobuf/
Dupdate_version.py54 elem.firstChild.replaceWholeText(text)
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1826 public Text replaceWholeText(String content) in replaceWholeText() method in UnImplNode
/external/python/cpython3/Lib/test/
Dtest_minidom.py1454 text = text1.replaceWholeText("new content")
1460 text = text2.replaceWholeText("new content")
1466 text = text1.replaceWholeText("")
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java2067 public Text replaceWholeText(String content) in replaceWholeText() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1153 def replaceWholeText(self, content): member in Text