|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.apache.xindice.xml.dom.NodeListImpl
NodeListImpl
| Field Summary | |
protected NodeImpl |
owner
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
NodeListImpl(NodeImpl owner)
|
|
| Method Summary | |
int |
getLength()
The number of nodes in the list. |
org.w3c.dom.Node |
item(int index)
Returns the indexth item in the collection. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Field Detail |
protected NodeImpl owner
| Constructor Detail |
public NodeListImpl(NodeImpl owner)
| Method Detail |
public final org.w3c.dom.Node item(int index)
indexth 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.NodeListindex - Index into the collection.
indexth position in the
NodeList, or null if that is not a valid
index.public final int getLength()
length-1 inclusive.
getLength in interface org.w3c.dom.NodeList
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||