Home
last modified time | relevance | path

Searched refs:firstTextNodeInCurrentRun (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()
93 for (TextImpl n = firstTextNodeInCurrentRun(); n != null; ) { in replaceWholeText()
115 private TextImpl firstTextNodeInCurrentRun() { in firstTextNodeInCurrentRun() method in TextImpl