org.w3c.dom.NodeList.item
method
public item(index as Int) as Node
Description

Returns the node at the given zero-based index, or null when the index is outside the list.

Parameters
  • index Zero-based node position.
Returns

The node at the requested position, or null.

Example
first = nodes.item(0)