|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.dom.DOMImplementationListImpl
public class DOMImplementationListImpl
This class implements the DOM Level 3 Core interface DOMImplementationList.
Constructor Summary | |
---|---|
DOMImplementationListImpl()
Construct an empty list of DOMImplementations |
|
DOMImplementationListImpl(java.util.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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMImplementationListImpl()
public DOMImplementationListImpl(java.util.Vector params)
Method Detail |
---|
public DOMImplementation item(int index)
item
in interface DOMImplementationList
index
- The index of the DOMImplemetation from the list to return.
DOMImplementation
at the index
th position in the DOMImplementationList
, or
null
if that is not a valid index.public int getLength()
getLength
in interface DOMImplementationList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |