goog.iter.Iterator | |
goog.dom.iter.SiblingIterator | goog.iter.Iterator |
goog.dom.iter.ChildIterator | goog.dom.iter.SiblingIterator |
element
: Element
The element to iterate over.
|
opt_reverse
: boolean=
Optionally traverse children from last to
first.
|
opt_startIndex
: number=
Optional starting index.
|
![]()
No description.
|
code » |
Returns the
Iterator object itself. This is used to implement
the iterator protocol in JavaScript 1.7
Arguments:
|
code » | ||
![]()
Returns the next value of the iteration. This will throw the object
when the iteration passes the end.
Returns: VALUE
Any object or value.
|
code » |
![]()
No description.
|
Code » |
![]()
No description.
|
Code » |