org.apache.xerces.dom
public class DOMImplementationListImpl extends Object implements DOMImplementationList
This class implements the DOM Level 3 Core interface DOMImplementationList.
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.
|
Returns: An integer indicating the number of DOMImplementations.
Parameters: index The index of the DOMImplemetation from the list to return.