search

goog.dom.ControlRangeIterator

Provided By
Extends
All Implemented Interfaces

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.

new ControlRangeIterator( range )

Parameters
range(goog.dom.ControlRange|null)

The range to traverse.

Instance Methods

Instance Properties