org.apache.xerces.dom

Class DOMImplementationListImpl

Implemented Interfaces:
DOMImplementationList

public class DOMImplementationListImpl
extends java.lang.Object
implements DOMImplementationList

This class implements the DOM Level 3 Core interface DOMImplementationList.
Author:
Neil Delima, IBM
Since:
DOM Level 3 Core

Constructor Summary

DOMImplementationListImpl()
Construct an empty list of DOMImplementations
DOMImplementationListImpl(Vector params)
Construct an empty list of DOMImplementations

Method Summary

int
getLength()
Returns the number of DOMImplementations in the list.
DOMImplementation
item(int index)
Returns the indexth item in the collection.

Constructor Details

DOMImplementationListImpl

public DOMImplementationListImpl()
Construct an empty list of DOMImplementations

DOMImplementationListImpl

public DOMImplementationListImpl(Vector params)
Construct an empty list of DOMImplementations

Method Details

getLength

public int getLength()
Returns the number of DOMImplementations in the list.
Returns:
An integer indicating the number of DOMImplementations.

item

public DOMImplementation item(int index)
Returns the indexth item in the collection.
Parameters:
index - The index of the DOMImplemetation from the list to return.

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.