ca.ucalgary.seahawk.util
Class MutableNodeList
java.lang.Object
ca.ucalgary.seahawk.util.MutableNodeList
- All Implemented Interfaces:
- NodeList
public class MutableNodeList
- extends Object
- implements NodeList
MutableNodeList
public MutableNodeList()
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 n)
addAll
public void addAll(NodeList nl)
remove
public boolean remove(Node n)
clear
public void clear()
isEmpty
public boolean isEmpty()
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010