Uses of Class
org.basex.query.expr.Catch

Packages that use Catch
org.basex.query.expr XQuery expressions. 
 

Uses of Catch in org.basex.query.expr
 

Methods in org.basex.query.expr that return Catch
 Catch Catch.compile(QueryContext ctx, VarScope scp)
           
 Catch Catch.inline(QueryContext ctx, VarScope scp, Var v, Expr e)
           
 

Constructors in org.basex.query.expr with parameters of type Catch
Try(InputInfo ii, Expr t, Catch[] c)
          Constructor.