|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
Constructor Summary | |
DOMImplementationListImpl()
|
Method Summary | |
void |
add(org.w3c.dom.DOMImplementation domImpl)
Add a DOMImplementation in the list. |
int |
getLength()
The number of DOMImplementation s in the list. |
org.w3c.dom.DOMImplementation |
item(int index)
Returns the index th 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()
Method Detail |
public org.w3c.dom.DOMImplementation item(int index)
index
th item in the collection. If
index
is greater than or equal to the number of
DOMImplementation
s in the list, this returns
null
.
item
in interface DOMImplementationList
index
- Index into the collection.
DOMImplementation
at the index
th position in the DOMImplementationList
, or
null
if that is not a valid index.public int getLength()
DOMImplementation
s in the list. The range
of valid child node indices is 0 to length-1
inclusive.
getLength
in interface DOMImplementationList
public void add(org.w3c.dom.DOMImplementation domImpl)
DOMImplementation
in the list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |