search

goog.dom.MultiRangeIterator

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 MultiRangeIterator( range )

Parameters
range(goog.dom.MultiRange|null)

The range to traverse.

Instance Methods

Instance Properties