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

Packages that use Catch
org.basex.query.expr This package contains all XQuery expressions. 
 

Uses of Catch in org.basex.query.expr
 

Methods in org.basex.query.expr that return Catch
 Catch Catch.comp(QueryContext ctx)
           
 

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