|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uddi4j.VectorNodeList
Constructor Summary | |
---|---|
VectorNodeList(java.util.Vector v)
|
Method Summary | |
---|---|
int |
getLength()
The number of nodes in the list. |
java.util.Vector |
getVector()
|
org.w3c.dom.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 |
Constructor Detail |
public VectorNodeList(java.util.Vector v)
Method Detail |
public java.util.Vector getVector()
public org.w3c.dom.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 org.w3c.dom.NodeList
index
- Index item into the collection.
index
th position in the
NodeList
, or null
, if that index is not a
valid.public int getLength()
length-1
, inclusive.
getLength
in interface org.w3c.dom.NodeList
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |