goog.iter.Iterator | |
goog.dom.iter.SiblingIterator | goog.iter.Iterator |
goog.dom.iter.ChildIterator | goog.dom.iter.SiblingIterator |
node
: Node
The node to start with.
|
opt_includeNode
: boolean=
Whether to return the given node as the
first return value from next.
|
opt_reverse
: boolean=
Whether to traverse siblings in reverse
document order.
|
![]()
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 » |