public class DOMImplementationListImpl
extends java.lang.Object
implements org.w3c.dom.DOMImplementationList
This class implements the DOM Level 3 Core interface DOMImplementationList.
| Constructor and Description | 
|---|
| DOMImplementationListImpl()Construct an empty list of DOMImplementations | 
| DOMImplementationListImpl(java.util.ArrayList params)Construct a list of DOMImplementations from an ArrayList | 
| DOMImplementationListImpl(java.util.Vector params)Construct a list of DOMImplementations from a Vector | 
public DOMImplementationListImpl()
public DOMImplementationListImpl(java.util.ArrayList params)
public DOMImplementationListImpl(java.util.Vector params)
public org.w3c.dom.DOMImplementation item(int index)
item in interface org.w3c.dom.DOMImplementationListindex - The index of the DOMImplemetation from the list to return.DOMImplementation at the index
   th position in the DOMImplementationList, or 
   null if that is not a valid index.public int getLength()
getLength in interface org.w3c.dom.DOMImplementationListCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.