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
NodeSet implementation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
-
pointers
-
-
Constructor Details
-
ValueNodeSet
Create a new ValueNodeSet.- Parameters:
values
- to return
-
-
Method Details
-
getValues
Description copied from interface:NodeSet
Returns a list of values of all contained pointers. -
getNodes
Description copied from interface:NodeSet
Returns a list of nodes. -
getPointers
Description copied from interface:NodeSet
Returns a list of pointers for all nodes in the set.- Specified by:
getPointers
in interfaceNodeSet
- Returns:
- List
-