org.apache.struts2.views.xslt
Class SimpleNodeList

java.lang.Object
  extended by org.apache.struts2.views.xslt.SimpleNodeList
All Implemented Interfaces:
NodeList

public class SimpleNodeList
extends Object
implements NodeList


Constructor Summary
SimpleNodeList(List<Node> 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<Node> 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


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.