Home

Class goog.dom.iter.AncestorIterator

Iterator over a Node's ancestors, stopping after the document body.

extends goog.iter.Iterator
Instance Method Summary
next() ⇒ <Any Type>

Returns the next value of the iteration. This will throw the object {@see goog.iter#StopIteration} when the iteration passes the end.