klyn.io.xml.dom.XMLDescendantNodeList.item
method
public item(index as Int) as Node:
Description

Returns a descendant in document order.

Parameters
ParameterDescription
indexZero-based index.
Returns

Matching node, or null when the index is out of bounds.

Example
first = items.item(0)