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

Returns the node at the given zero-based index, or null when out of range.

Parameters
  • index Zero-based node position.
Returns

Node at index, or null.

Example
first = attributes.item(0)