Package org.apache.xerces.dom
Class DOMImplementationListImpl
java.lang.Object
org.apache.xerces.dom.DOMImplementationListImpl
- All Implemented Interfaces:
DOMImplementationList
This class implements the DOM Level 3 Core interface DOMImplementationList.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Since:
- DOM Level 3 Core
- Author:
- Neil Delima, IBM
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an empty list of DOMImplementationsDOMImplementationListImpl
(ArrayList params) Construct a list of DOMImplementations from an ArrayListDOMImplementationListImpl
(Vector params) Construct a list of DOMImplementations from a Vector -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of DOMImplementations in the list.item
(int index) Returns the indexth item in the collection.
-
Constructor Details
-
DOMImplementationListImpl
public DOMImplementationListImpl()Construct an empty list of DOMImplementations -
DOMImplementationListImpl
Construct a list of DOMImplementations from an ArrayList -
DOMImplementationListImpl
Construct a list of DOMImplementations from a Vector
-
-
Method Details
-
item
Returns the indexth item in the collection.- Specified by:
item
in interfaceDOMImplementationList
- Parameters:
index
- The index of the DOMImplemetation from the list to return.
-
getLength
public int getLength()Returns the number of DOMImplementations in the list.- Specified by:
getLength
in interfaceDOMImplementationList
- Returns:
- An integer indicating the number of DOMImplementations.
-