textbender.g.xml.dom
Class NodeListNL
java.lang.Object
  
java.util.AbstractCollection<E>
      
java.util.AbstractList<Node>
          
NodeListNL
- All Implemented Interfaces: 
 - Iterable<Node>, Collection<Node>, List<Node>
 
public class NodeListNL
- extends AbstractList<Node>
 
A list of nodes backed by a NodeList.
- See Also:
 ElementListNL
 
 
 
 
| Methods inherited from class java.util.AbstractList | 
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList | 
 
 
 
 
underlyingNodeList
protected final NodeList underlyingNodeList
NodeListNL
public NodeListNL(NodeList underlyingNodeList)
- Creates a NodeListNL.
 
underlyingNodeList
public NodeList underlyingNodeList()
 
get
public Node get(int index)
- Specified by:
 get in interface List<Node>- Specified by:
 get in class AbstractList<Node>
 
 
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>