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