org.kuali.rice.kew.xml.xstream
Class XStreamSafeEvaluator.SimpleNodeList

java.lang.Object
  extended by org.kuali.rice.kew.xml.xstream.XStreamSafeEvaluator.SimpleNodeList
All Implemented Interfaces:
NodeList
Enclosing class:
XStreamSafeEvaluator

private class XStreamSafeEvaluator.SimpleNodeList
extends Object
implements NodeList

A simple NodeList implementation, as simple as it gets. This allows us to not be tied to any particular XML service provider's NodeList implementation.


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

Field Detail

nodes

private List nodes
Constructor Detail

XStreamSafeEvaluator.SimpleNodeList

private XStreamSafeEvaluator.SimpleNodeList()
Method Detail

item

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

getLength

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

getList

public List getList()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.