|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
org.w3c.dom
|
||||||||
| Method Summary | |
|---|---|
int |
getLength()
The number of DOMImplementations in the list. |
DOMImplementation |
item(int index)
Returns the indexth item in the collection. |
| Method Detail |
|---|
DOMImplementation item(int index)
indexth item in the collection. If
index is greater than or equal to the number of
DOMImplementations 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()
DOMImplementations in the list. The range
of valid child node indices is 0 to length-1 inclusive.