Class NodeCollection<T extends Node>

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.dom.client.NodeCollection<T>
Type Parameters:
T - the type of contained node

public class NodeCollection<T extends Node> extends JavaScriptObject
An ElementCollection is a list of nodes. An individual node may be accessed by either ordinal index or the node's name or id attributes. Note: Collections in the HTML DOM are assumed to be live meaning that they are automatically updated when the underlying document is changed.