Iterator over a Node's ancestors, stopping after the document body.
extends goog.iter.IteratorInstance 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. |