xtc.driver.XTCdom
Class NodeList
java.lang.Object
xtc.driver.XTCdom.NodeList
- All Implemented Interfaces:
- NodeList
public class NodeList
- extends Object
- implements NodeList
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeList
private ArrayList<Node> nodeList
NodeList
public NodeList()
NodeList
public NodeList(Node node,
ArrayList<XTCnode> xtcNodeList)
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)