API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. NodeList View Source
Author(s)
Since
Version
Serial
Hierarchy
 NodeList
Subinterfaces
Description
public interface NodeList
  The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
See also:   
Methods
Hide/Show inherited methods
public int getLength ()
  The number of nodes in the list.
public Node item (int index)
  Returns the indexth item in the collection.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar