item
The item method retrieves a node from the tree by index.
Syntax
nodeItem = element.item(index)Parameters
index is the index of the node to be fetched. Index is zero-based.
Example
Notes
A value of NULL is returned if the index is out of range.
Specification
item
Netscape Communications http://developer.netscape.com |