Properties
length | Indicates the number of items in the collection. Read-only. |
Methods
item | Allows random access to individual nodes within the collection. |
nextNode* | Returns the next node in the collection. |
reset* | Resets the iterator. |
* denotes an extension to the W3C DOM.
See Also