org.exist.dom
Class NodeListImpl
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.exist.dom.NodeListImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess, NodeList
public class NodeListImpl
- extends ArrayList
- implements NodeList
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
NodeListImpl
public NodeListImpl()
NodeListImpl
public NodeListImpl(int initialCapacity)
add
public void add(Node node)
addAll
public void addAll(NodeList other)
getLength
public int getLength()
- Specified by:
getLength
in interface NodeList
item
public Node item(int pos)
- Specified by:
item
in interface NodeList
Copyright (C) Wolfgang Meier. All rights reserved.