Home | History | Annotate | Download | only in src

Lines Matching refs:TextIterator

122 #include "TextIterator.h"
182 // TextIterator iterates over the visual representation of the DOM. As such,
194 // the plainText() function in TextIterator.h, but we implement the maximum
197 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {
1851 // Use a TextIterator to visit the potentially multiple nodes the range
1853 TextIterator markedText(range);