com.opensymphony.webwork.views.xslt
Class CollectionNodeList

java.lang.Object
  extended bycom.opensymphony.webwork.views.xslt.CollectionNodeList
All Implemented Interfaces:
NodeList

public class CollectionNodeList
extends Object
implements NodeList

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

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

Constructor Detail

CollectionNodeList

public CollectionNodeList(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

WebWork Project Page