public item(index as Int) as Node:
Returns a descendant in document order.
index
Matching node, or null when the index is out of bounds.
first = items.item(0)