API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. DOMStringList View Source
Author(s)
Since
DOM Level 3
Version
Serial
Hierarchy
 DOMStringList
Subinterfaces
Description
public interface DOMStringList
  The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
See also:   
Methods
Hide/Show inherited methods
public boolean contains (String str)
  Test if a string is part of this DOMStringList.
public int getLength ()
  The number of DOMStrings in the list.
public String item (int index)
  Returns the indexth item in the collection.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar