public interface

NodeList

com.google.gwt.xml.client.NodeList

Class Overview

This interface represents an immutable ordered collection of nodes.

Summary

Public Methods
abstract int getLength()
This method retrieves the number of items in this NodeList object.
abstract Node item(int index)
This method gets the item in the position denoted by index.

Public Methods

public abstract int getLength ()

This method retrieves the number of items in this NodeList object.

Returns
  • the number of nodes in this NodeList object.

public abstract Node item (int index)

This method gets the item in the position denoted by index.

Parameters
index - the index to be retrieved
Returns
  • the item at this index