Subclass of goog.dom.TagIterator that iterates over a DOM range. It adds functions to determine the portion of each text node that is selected.
extends goog.dom.RangeIteratorInstance Method Summary | |
clone() ⇒ ?goog.dom.ControlRangeIterator | |
copyFrom(?goog.dom.ControlRangeIterator other) Replace this iterator's values with values from another. | |
getEndNode() ⇒ ?Node | |
getEndTextOffset() ⇒ number | |
getStartNode() ⇒ ?Node | |
getStartTextOffset() ⇒ number | |
isLast() ⇒ boolean | |
next() ⇒ ?Node Move to the next position in the selection. Throws {@code goog.iter.StopIteration} when it passes the end of the range. |