Uses of Class
org.basex.query.xquery.expr.Cmp

Packages that use Cmp
org.basex.query.xquery.expr Contains XQuery 1.0 expressions. 
 

Uses of Cmp in org.basex.query.xquery.expr
 

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

Constructors in org.basex.query.xquery.expr with parameters of type Cmp
CmpG(Expr e1, Expr e2, Cmp c)
          Constructor.
CmpN(Expr e1, Expr e2, Cmp c)
          Constructor.
CmpV(Expr e1, Expr e2, Cmp c)
          Constructor.