xtc.driver.XTCdom
Class NodeList

java.lang.Object
  extended by xtc.driver.XTCdom.NodeList
All Implemented Interfaces:
NodeList

public class NodeList
extends Object
implements NodeList


Field Summary
private  ArrayList<Node> nodeList
           
 
Constructor Summary
NodeList()
           
NodeList(Node node, ArrayList<XTCnode> xtcNodeList)
           
 
Method Summary
 void add(Node node)
           
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeList

private ArrayList<Node> nodeList
Constructor Detail

NodeList

public NodeList()

NodeList

public NodeList(Node node,
                ArrayList<XTCnode> xtcNodeList)
Method Detail

getLength

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

item

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

add

public void add(Node node)