Package org.apache.commons.jxpath.util
Class BasicTypeConverter.ValueNodeSet
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description ValueNodeSet(java.util.List values)
Create a new ValueNodeSet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getValues
public java.util.List getValues()
Description copied from interface:NodeSet
Returns a list of values of all contained pointers.
-
getNodes
public java.util.List getNodes()
Description copied from interface:NodeSet
Returns a list of nodes.
-
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 interfaceNodeSet
- Returns:
- List
-
-