Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DTextImpl.java116 TextImpl firstTextInCurrentRun = this; in firstTextNodeInCurrentRun() local
120 firstTextInCurrentRun = (TextImpl) p; in firstTextNodeInCurrentRun()
125 return firstTextInCurrentRun; in firstTextNodeInCurrentRun()