Uses of Class
lux.xpath.LiteralExpression

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

Uses of LiteralExpression in lux.compiler
 

Methods in lux.compiler that return LiteralExpression
 LiteralExpression SaxonTranslator.exprFor(net.sf.saxon.value.AtomicValue value)
           
 

Methods in lux.compiler with parameters of type LiteralExpression
 AbstractExpression PathOptimizer.visit(LiteralExpression literal)
           
 

Uses of LiteralExpression in lux.query
 

Fields in lux.query declared as LiteralExpression
static LiteralExpression TermPQuery.FIELD_ATTR_NAME
           
static LiteralExpression BooleanPQuery.OCCURS_ATT_NAME
           
 

Uses of LiteralExpression in lux.xpath
 

Fields in lux.xpath declared as LiteralExpression
static LiteralExpression LiteralExpression.EMPTY
           
static LiteralExpression LiteralExpression.ONE
           
 

Methods in lux.xpath with parameters of type LiteralExpression
 AbstractExpression ExpressionVisitorBase.visit(LiteralExpression literal)
           
abstract  AbstractExpression ExpressionVisitor.visit(LiteralExpression literal)
           
 

Uses of LiteralExpression in lux.xquery
 

Methods in lux.xquery that return LiteralExpression
 LiteralExpression SortKey.getOrder()
           
 

Constructors in lux.xquery with parameters of type LiteralExpression
SortKey(AbstractExpression key, LiteralExpression order, AbstractExpression collation, boolean emptyLeast)
          Create a sort key; part of a for clause in a flwor expression
 



Copyright © 2013. All Rights Reserved.