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


Field Summary
private  Logger log
           
private  List<Node> nodes
           
 
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
 

Field Detail

log

private Logger log

nodes

private List<Node> nodes
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-2008 Apache Software Foundation. All Rights Reserved.