Version: 1.1.1

ca.ucalgary.services
Class WrappingServlet.MyNodeList

java.lang.Object
  extended by ca.ucalgary.services.WrappingServlet.MyNodeList
All Implemented Interfaces:
NodeList
Enclosing class:
WrappingServlet

public static class WrappingServlet.MyNodeList
extends Object
implements NodeList

A mutable NodeList implementation for convenience.


Constructor Summary
WrappingServlet.MyNodeList()
           
 
Method Summary
 void add(Node n)
           
 void add(NodeList n)
           
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappingServlet.MyNodeList

public WrappingServlet.MyNodeList()
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)

add

public void add(NodeList n)

Version: 1.1.1

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