|
||||||||
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.exist.dom.NodeListImpl
Constructor Summary | |
NodeListImpl()
|
|
NodeListImpl(int initialCapacity)
|
Method Summary | |
void |
add(org.w3c.dom.Node node)
|
void |
addAll(org.w3c.dom.NodeList other)
|
int |
getLength()
|
org.w3c.dom.Node |
item(int pos)
|
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, 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 |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
Constructor Detail |
public NodeListImpl()
public NodeListImpl(int initialCapacity)
Method Detail |
public void add(org.w3c.dom.Node node)
public void addAll(org.w3c.dom.NodeList other)
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int pos)
item
in interface org.w3c.dom.NodeList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |