API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.html. HTMLCollection View Source
Author(s)
Since
Version
Serial
Hierarchy
 HTMLCollection
Subinterfaces
Description
public interface HTMLCollection
  An HTMLCollection is a list of nodes.
See also:   
Methods
Hide/Show inherited methods
public int getLength ()
This attribute specifies the length or size of the list.
public Node item (int index)
  This method retrieves a node specified by ordinal index.
public Node namedItem (String name)
  This method retrieves a Node using a name.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar