XML FOR DOMINO
The items in the NodeList are accessible via an integral index, starting from 0.
Methods
getLength
item
The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.
Syntax:
public int getLength()
Returns the nth item in the collection. If index (n) is greater than or equal to the number of nodes in the list, this returns null.
public Node item(int index)
Parameters: