org.odftoolkit.odfdom.dom.util
Class DomNodeList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Node>
org.odftoolkit.odfdom.dom.util.DomNodeList
- All Implemented Interfaces:
- Iterable<Node>, Collection<Node>, List<Node>
public class DomNodeList
- extends AbstractList<Node>
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
DomNodeList
public DomNodeList(NodeList list)
- Creates a new instance of NodeList
size
public int size()
- Specified by:
size in interface Collection<Node>- Specified by:
size in interface List<Node>- Specified by:
size in class AbstractCollection<Node>
get
public Node get(int index)
- Specified by:
get in interface List<Node>- Specified by:
get in class AbstractList<Node>
Copyright © 2009. All Rights Reserved.