|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(ArrayList params)
Construct a list of DOMImplementations from an ArrayList |
|
DOMImplementationListImpl(Vector params)
Construct a list of DOMImplementations from a Vector |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMImplementationListImpl()
public DOMImplementationListImpl(ArrayList params)
public DOMImplementationListImpl(Vector params)
| Method Detail |
|---|
public DOMImplementation item(int index)
item in interface DOMImplementationListindex - The index of the DOMImplemetation from the list to return.public int getLength()
getLength in interface DOMImplementationList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||