org.apache.commons.jxpath.util
Class BasicTypeConverter.ValueNodeSet

java.lang.Object
  extended by org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
All Implemented Interfaces:
NodeSet
Enclosing class:
BasicTypeConverter

static final class BasicTypeConverter.ValueNodeSet
extends java.lang.Object
implements NodeSet

NodeSet implementation


Field Summary
private  java.util.List pointers
           
private  java.util.List values
           
 
Constructor Summary
BasicTypeConverter.ValueNodeSet(java.util.List values)
          Create a new ValueNodeSet.
 
Method Summary
 java.util.List getNodes()
          Returns a list of nodes.
 java.util.List getPointers()
          Returns a list of pointers for all nodes in the set.
 java.util.List getValues()
          Returns a list of values of all contained pointers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

private java.util.List values

pointers

private java.util.List pointers
Constructor Detail

BasicTypeConverter.ValueNodeSet

public BasicTypeConverter.ValueNodeSet(java.util.List values)
Create a new ValueNodeSet.

Parameters:
values - to return
Method Detail

getValues

public java.util.List getValues()
Description copied from interface: NodeSet
Returns a list of values of all contained pointers.

Specified by:
getValues in interface NodeSet
Returns:
List

getNodes

public java.util.List getNodes()
Description copied from interface: NodeSet
Returns a list of nodes.

Specified by:
getNodes in interface NodeSet
Returns:
List

getPointers

public java.util.List getPointers()
Description copied from interface: NodeSet
Returns a list of pointers for all nodes in the set.

Specified by:
getPointers in interface NodeSet
Returns:
List