|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.dom.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. |
org.w3c.dom.DOMImplementation |
item(int index)
Returns the indexth item in the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMImplementationListImpl()
public DOMImplementationListImpl(java.util.Vector params)
Method Detail |
public org.w3c.dom.DOMImplementation item(int index)
item
in interface org.w3c.dom.DOMImplementationList
index
- The index of the DOMImplemetation from the list to return.public int getLength()
getLength
in interface org.w3c.dom.DOMImplementationList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |