org.apache.xerces.dom

Class DOMImplementationListImpl

public class DOMImplementationListImpl extends Object implements 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
DOMImplementationListImpl()
Construct an empty list of DOMImplementations
DOMImplementationListImpl(Vector params)
Construct an empty list of DOMImplementations
Method Summary
intgetLength()
Returns the number of DOMImplementations in the list.
DOMImplementationitem(int index)
Returns the indexth item in the collection.

Constructor Detail

DOMImplementationListImpl

public DOMImplementationListImpl()
Construct an empty list of DOMImplementations

DOMImplementationListImpl

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

Method Detail

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.