org.kuali.rice.kew.xml.xstream
Class XStreamSafeEvaluator.SimpleNodeList
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodes
private List nodes
XStreamSafeEvaluator.SimpleNodeList
private XStreamSafeEvaluator.SimpleNodeList()
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.