Home
last modified time | relevance | path

Searched defs:splitText (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1106 public Text splitText(int offset) throws DOMException in splitText() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java967 public final Text splitText(int offset) throws DOMException in splitText() method in DTMNodeProxy
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1072 def splitText(self, offset): member in Text
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1022 def splitText(self, offset): member in Text