| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectnu.xom.Elements
A read-only list of elements for traversal purposes.
Changes to the document from which this list was generated
are not reflected in this list. Changes to the individual
Element
objects in the list are reflected.
Method Summary | |
Element | get(int index)
Returns the indexth element in the list. |
int | size()
Returns the number of elements in the list. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int size()
Returns the number of elements in the list. This is guaranteed non-negative.
public Element get(int index)
Returns the indexth element in the list.
The first element has index 0. The last element
has index size()-1
.
index
- the element to return
IndexOutOfBoundsException
- if index is negative
or greater than or equal to the size of the list
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |