XML DOM » NodeList » item Method

Syntax:
object.item.(index)

This method returns the item at the specified index of the Node collection. These are numbered from 0 to one less than the value of the length property. Using an invalid index returns null.