org.apache.xerces.dom
Class DOMImplementationListImpl
java.lang.Object
org.apache.xerces.dom.DOMImplementationListImpl
- org.w3c.dom.DOMImplementationList
public class DOMImplementationListImpl
extends java.lang.Object
implements org.w3c.dom.DOMImplementationList
This class implements the DOM Level 3 Core interface DOMImplementationList.
int | getLength() - Returns the number of DOMImplementations in the list.
|
org.w3c.dom.DOMImplementation | item(int index) - Returns the indexth item in the collection.
|
DOMImplementationListImpl
public DOMImplementationListImpl()
Construct an empty list of DOMImplementations
DOMImplementationListImpl
public DOMImplementationListImpl(Vector params)
Construct an empty list of DOMImplementations
getLength
public int getLength()
Returns the number of DOMImplementations in the list.
- getLength in interface org.w3c.dom.DOMImplementationList
- An integer indicating the number of DOMImplementations.
item
public org.w3c.dom.DOMImplementation item(int index)
Returns the indexth item in the collection.
- item in interface org.w3c.dom.DOMImplementationList
index
- The index of the DOMImplemetation from the list to return.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.