public item(index as Int) as Node
Returns the node at the given zero-based index, or null when out of range.
Node at index, or null.
first = attributes.item(0)