|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
org.w3c.dom
|
Method Summary | |
---|---|
int |
getLength()
The number of DOMImplementation s in the list. |
DOMImplementation |
item(int index)
Returns the index th item in the collection. |
Method Detail |
---|
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
.
index
- Index into the collection.
DOMImplementation
at the index
th position in the DOMImplementationList
, or
null
if that is not a valid index.int getLength()
DOMImplementation
s in the list. The range
of valid child node indices is 0 to length-1
inclusive.