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

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

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


Field Summary
private  java.util.List pointers
           
private  java.util.List values
           
 
Constructor Summary
BasicTypeConverter.ValueNodeSet(java.util.List values)
           
 
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)
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

getNodes

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

Specified by:
getNodes in interface NodeSet

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