Uses of Package
org.basex.query.xpath.values

Packages that use org.basex.query.xpath.values
org.basex.query.xpath Includes an implementation of XPath 1.0. 
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
org.basex.query.xpath.func Contains XPath 1.0 functions. 
org.basex.query.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
org.basex.query.xpath.values Contains containers for XPath 1.0 data types. 
 

Classes in org.basex.query.xpath.values used by org.basex.query.xpath
Item
          Interface for all XPath items (results of expressions).
NodeSet
          XPath Value representing a NodeSet.
 

Classes in org.basex.query.xpath.values used by org.basex.query.xpath.expr
Bool
          XPath Value representing a boolean.
Calc
          This enumeration assembles different value comparisons.
Comp
          This enumeration assembles different value comparisons.
Item
          Interface for all XPath items (results of expressions).
NodeSet
          XPath Value representing a NodeSet.
Num
          XPath value type modeling a number.
 

Classes in org.basex.query.xpath.values used by org.basex.query.xpath.func
Bool
          XPath Value representing a boolean.
Item
          Interface for all XPath items (results of expressions).
Literal
          XPath Literal.
NodeSet
          XPath Value representing a NodeSet.
Num
          XPath value type modeling a number.
 

Classes in org.basex.query.xpath.values used by org.basex.query.xpath.internal
Bool
          XPath Value representing a boolean.
Comp
          This enumeration assembles different value comparisons.
Item
          Interface for all XPath items (results of expressions).
NodeSet
          XPath Value representing a NodeSet.
 

Classes in org.basex.query.xpath.values used by org.basex.query.xpath.locpath
Comp
          This enumeration assembles different value comparisons.
NodeBuilder
          NodeSet Constructor.
NodeSet
          XPath Value representing a NodeSet.
 

Classes in org.basex.query.xpath.values used by org.basex.query.xpath.values
Bool
          XPath Value representing a boolean.
Calc
          This enumeration assembles different value comparisons.
Comp
          This enumeration assembles different value comparisons.
Item
          Interface for all XPath items (results of expressions).
Literal
          XPath Literal.
NodeBuilder
          NodeSet Constructor.
NodeSet
          XPath Value representing a NodeSet.
Num
          XPath value type modeling a number.