Function NodeList.item
Returns the indexth item in the collection. If index is greater than
   or equal to the number of nodes in the list, this returns null.
Prototype
Node!DOMString item(
								
  size_t index
								
);
							
						Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --