Uses of Package
lux.xpath

Packages that use lux.xpath
lux.compiler   
lux.query   
lux.xpath   
lux.xquery   
 

Classes in lux.xpath used by lux.compiler
AbstractExpression
          An abstract XPath or XQuery expression.
BinaryOperation
           
Dot
           
ExpressionVisitor
           
ExpressionVisitorBase
           
FunCall
           
LiteralExpression
           
PathExpression
          A path expression represents two expressions joined with a "/"
PathStep
           
PathStep.Axis
           
Predicate
           
Root
           
Sequence
           
Subsequence
          represents numeric literal predicates like [1]; last-predicates like [last()] and calls to the subsequence(expr,integer,integer) function.
 

Classes in lux.xpath used by lux.query
LiteralExpression
           
 

Classes in lux.xpath used by lux.xpath
AbstractExpression
          An abstract XPath or XQuery expression.
AbstractExpression.Type
           
BinaryOperation
           
BinaryOperation.Operator
           
Dot
           
ExpressionVisitor
           
FunCall
           
LiteralExpression
           
NodeTest
           
PathExpression
          A path expression represents two expressions joined with a "/"
PathStep
           
PathStep.Axis
           
Predicate
           
Root
           
SearchCall
          A special search function call; this holds a query that is used to accumulate constraints while optimizing.
Sequence
           
Subsequence
          represents numeric literal predicates like [1]; last-predicates like [last()] and calls to the subsequence(expr,integer,integer) function.
UnaryMinus
           
Visitable
           
 

Classes in lux.xpath used by lux.xquery
AbstractExpression
          An abstract XPath or XQuery expression.
ExpressionVisitor
           
FunCall
           
LiteralExpression
           
Namespace
           
NodeTest
           
Visitable
           
 



Copyright © 2013. All Rights Reserved.