Uses of Class
org.basex.query.xquery.path.Axis

Packages that use Axis
org.basex.query.xquery.path Contains XQuery 1.0 path expressions. 
 

Uses of Axis in org.basex.query.xquery.path
 

Fields in org.basex.query.xquery.path declared as Axis
 Axis Step.axis
          Axis.
 

Methods in org.basex.query.xquery.path that return Axis
static Axis Axis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Axis[] Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.query.xquery.path with parameters of type Axis
 boolean Step.simple(Axis ax)
          Checks if this is a simple axis (node test, no predicates).
 

Constructors in org.basex.query.xquery.path with parameters of type Axis
IterStep(Axis a, Test t, Expr[] p, boolean last, boolean num)
          Constructor.
SimpleIterStep(Axis a, Test t, Expr[] p)
          Constructor.
Step(Axis a, Test t, Expr[] p)
          Constructor.