|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ercp.xml.dom.NodeListImpl
public class NodeListImpl
Field Summary | |
---|---|
protected java.util.Vector |
nodes
|
Constructor Summary | |
---|---|
NodeListImpl()
Constructor for NodeListImpl |
Method Summary | |
---|---|
int |
getLength()
The number of nodes in the list. |
Node |
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 |
Field Detail |
---|
protected java.util.Vector nodes
Constructor Detail |
---|
public NodeListImpl()
Method Detail |
---|
public Node item(int index)
index
th item in the collection. If
index
is greater than or equal to the number of nodes in
the list, this returns null
.
item
in interface NodeList
indexIndex
- into the collection.
index
th position in the
NodeList
, or null
if that is not a valid
index.public int getLength()
length-1
inclusive.
getLength
in interface NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |