Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DTextImpl.java78 for (TextImpl n = firstTextNodeInCurrentRun(); n != null; n = n.nextTextNode()) { in getWholeText()
99 n = n.nextTextNode(); in replaceWholeText()
103 n = n.nextTextNode(); in replaceWholeText()
132 private TextImpl nextTextNode() { in nextTextNode() method in TextImpl