Save This Page
Home » openjdk-7 » com.sun.org.apache.xerces.internal » dom » [javadoc | source]
com.sun.org.apache.xerces.internal.dom
public class: DOMImplementationListImpl [javadoc | source]
java.lang.Object
   com.sun.org.apache.xerces.internal.dom.DOMImplementationListImpl

All Implemented Interfaces:
    DOMImplementationList

This class implements the DOM Level 3 Core interface DOMImplementationList.

Constructor:
 public DOMImplementationListImpl() 
 public DOMImplementationListImpl(Vector params) 
    Construct an empty list of DOMImplementations
Method from com.sun.org.apache.xerces.internal.dom.DOMImplementationListImpl Summary:
getLength,   item
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.org.apache.xerces.internal.dom.DOMImplementationListImpl Detail:
 public int getLength() 
    Returns the number of DOMImplementations in the list.
 public DOMImplementation item(int index) 
    Returns the indexth item in the collection.