Version: 1.1.1

ca.ucalgary.seahawk.util
Class MutableNodeList

java.lang.Object
  extended by ca.ucalgary.seahawk.util.MutableNodeList
All Implemented Interfaces:
NodeList

public class MutableNodeList
extends Object
implements NodeList


Constructor Summary
MutableNodeList()
           
 
Method Summary
 void add(Node n)
           
 void addAll(NodeList nl)
           
 void clear()
           
 int getLength()
           
 boolean isEmpty()
           
 Node item(int index)
           
 boolean remove(Node n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableNodeList

public MutableNodeList()
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 n)

addAll

public void addAll(NodeList nl)

remove

public boolean remove(Node n)

clear

public void clear()

isEmpty

public boolean isEmpty()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010