Uses of Class
org.basex.query.xquery.expr.Expr.Using

Packages that use Expr.Using
org.basex.query.xquery.expr Contains XQuery 1.0 expressions. 
org.basex.query.xquery.func Contains XQuery 1.0 functions. 
org.basex.query.xquery.item Contains XQuery 1.0 data types. 
org.basex.query.xquery.path Contains XQuery 1.0 path expressions. 
 

Uses of Expr.Using in org.basex.query.xquery.expr
 

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

Methods in org.basex.query.xquery.expr with parameters of type Expr.Using
 boolean FTExpr.uses(Expr.Using u)
           
 boolean Arr.uses(Expr.Using u)
           
 boolean Root.uses(Expr.Using use)
           
 boolean Pred.uses(Expr.Using u)
           
 boolean Expr.uses(Expr.Using use)
          Indicates if an expression uses the specified type.
 boolean Single.uses(Expr.Using u)
           
 boolean TypeSwitch.uses(Expr.Using u)
           
 boolean Context.uses(Expr.Using use)
           
 

Uses of Expr.Using in org.basex.query.xquery.func
 

Methods in org.basex.query.xquery.func with parameters of type Expr.Using
 boolean Fun.uses(Expr.Using u)
           
 

Uses of Expr.Using in org.basex.query.xquery.item
 

Methods in org.basex.query.xquery.item with parameters of type Expr.Using
 boolean Item.uses(Expr.Using u)
           
 

Uses of Expr.Using in org.basex.query.xquery.path
 

Methods in org.basex.query.xquery.path with parameters of type Expr.Using
 boolean Path.uses(Expr.Using u)
           
 boolean Step.uses(Expr.Using u)