java.lang.Object
org.apache.commons.jxpath.util.BasicTypeConverter.ValueNodeSet
- All Implemented Interfaces:
- org.apache.commons.jxpath.NodeSet
- Enclosing class:
- BasicTypeConverter
- static final class BasicTypeConverter.ValueNodeSet
- extends java.lang.Object
- implements org.apache.commons.jxpath.NodeSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
private java.util.List values
pointers
private java.util.List pointers
BasicTypeConverter.ValueNodeSet
public BasicTypeConverter.ValueNodeSet(java.util.List values)
getValues
public java.util.List getValues()
- Description copied from interface:
org.apache.commons.jxpath.NodeSet
- Returns a list of values of all contained pointers.
- Specified by:
getValues in interface org.apache.commons.jxpath.NodeSet
getNodes
public java.util.List getNodes()
- Description copied from interface:
org.apache.commons.jxpath.NodeSet
- Returns a list of nodes.
- Specified by:
getNodes in interface org.apache.commons.jxpath.NodeSet
getPointers
public java.util.List getPointers()
- Description copied from interface:
org.apache.commons.jxpath.NodeSet
- Returns a list of pointers for all nodes in the set.
- Specified by:
getPointers in interface org.apache.commons.jxpath.NodeSet