com.opensymphony.webwork.views.xslt
Class SimpleNodeList

java.lang.Object
  extended by com.opensymphony.webwork.views.xslt.SimpleNodeList
All Implemented Interfaces:
NodeList

public class SimpleNodeList
extends Object
implements NodeList

Author:
Philipp Meier Date: 10.10.2003 Time: 20:40:44

Constructor Summary
SimpleNodeList(List nodes)
           
 
Method Summary
 int getLength()
           
 Node item(int i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleNodeList

public SimpleNodeList(List nodes)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface NodeList

item

public Node item(int i)
Specified by:
item in interface NodeList

toString

public String toString()
Overrides:
toString in class Object

WebWork Project Page