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

Packages that use Axis
org.basex.query XQuery implementation. 
org.basex.query.path XQuery path expressions. 
 

Uses of Axis in org.basex.query
 

Methods in org.basex.query with parameters of type Axis
protected  void QueryParser.checkAxis(Axis axis)
          Performs an optional axis check.
protected  void QuerySuggest.checkAxis(Axis axis)
           
 

Uses of Axis in org.basex.query.path
 

Fields in org.basex.query.path declared as Axis
static Axis[] Axis.VALUES
          Cached enums (faster).
 

Methods in org.basex.query.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.path with parameters of type Axis
static Step Step.get(InputInfo ii, Axis a, Test t, Expr... p)
          This method creates a step instance.
 boolean Step.simple(Axis ax, boolean name)
          Checks if this is a simple axis without predicates.