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.DOMImplementationList
index
- The index of the DOMImplemetation from the list to return.public int getLength()
getLength
in interface org.w3c.dom.DOMImplementationList
Copyright ? 1999-2010 The Apache Software Foundation. All Rights Reserved.