XML DOM » NamedNodeMap » item

Syntax:
object.item.(index)

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