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 Object implements NodeSet
NodeSet implementation
  • Field Details

    • values

      private List values
    • pointers

      private List pointers
  • Constructor Details

    • ValueNodeSet

      public ValueNodeSet(List values)
      Create a new ValueNodeSet.
      Parameters:
      values - to return
  • Method Details

    • getValues

      public 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 List getNodes()
      Description copied from interface: NodeSet
      Returns a list of nodes.
      Specified by:
      getNodes in interface NodeSet
      Returns:
      List
    • getPointers

      public 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