edu.uci.isr.xarch
Class SimpleNodeList
java.lang.Object
edu.uci.isr.xarch.SimpleNodeList
- All Implemented Interfaces:
- NodeList
- class SimpleNodeList
- extends Object
- implements NodeList
Simple implementation of the DOM NodeList
interface.
- Author:
- Eric M. Dashofy (edashofy@ics.uci.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listContents
protected Vector listContents
SimpleNodeList
public SimpleNodeList()
addNode
public void addNode(Node n)
removeNode
public void removeNode(Node n)
getLength
public int getLength()
- Specified by:
getLength in interface NodeList
item
public Node item(int n)
- Specified by:
item in interface NodeList