Package com.google.gwt.xml.client
Interface NodeList
public interface NodeList
This interface represents an immutable ordered collection of nodes.
-
Method Summary
-
Method Details
-
getLength
int getLength()This method retrieves the number of items in thisNodeList
object.- Returns:
- the number of nodes in this
NodeList
object.
-
item
This method gets the item in the position denoted byindex
.- Parameters:
index
- - the index to be retrieved- Returns:
- the item at this index
-