org.pasoa.dommap
Class SimpleNodeList

java.lang.Object
  extended by org.pasoa.dommap.SimpleNodeList
All Implemented Interfaces:
NodeList

public class SimpleNodeList
extends Object
implements NodeList


Constructor Summary
SimpleNodeList(List backing)
           
 
Method Summary
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleNodeList

public SimpleNodeList(List backing)
Method Detail

item

public Node item(int index)
Specified by:
item in interface NodeList

getLength

public int getLength()
Specified by:
getLength in interface NodeList