Uses of Class
lux.xpath.PathStep.Axis

Packages that use PathStep.Axis
lux.compiler   
lux.xpath   
 

Uses of PathStep.Axis in lux.compiler
 

Methods in lux.compiler with parameters of type PathStep.Axis
 AbstractExpression SaxonTranslator.exprFor(PathStep.Axis axis, net.sf.saxon.pattern.NodeTest nodeTest)
           
 

Uses of PathStep.Axis in lux.xpath
 

Methods in lux.xpath that return PathStep.Axis
 PathStep.Axis PathStep.getAxis()
           
static PathStep.Axis PathStep.Axis.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PathStep.Axis[] PathStep.Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in lux.xpath with parameters of type PathStep.Axis
PathStep(PathStep.Axis axis, NodeTest nodeTest)
           
 



Copyright © 2013. All Rights Reserved.