|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ibm.techexplorer.dom.TENodeList
techexplorer,
NodeList| Constructor Summary | |
TENodeList(techexplorer teobject,
int nodeList)
|
|
| Method Summary | |
int |
getLength()
The number of nodes in the list. |
Node |
item(int index)
Returns the indexth item in the collection. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TENodeList(techexplorer teobject,
int nodeList)
| Method Detail |
public Node item(int index)
NodeListindexth 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 NodeListorg.w3c.dom.NodeListindex - Index into the collection.indexth position in the
NodeList, or null if that is not a valid
index.public int getLength()
NodeListlength-1 inclusive.getLength in interface NodeList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||