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

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

Uses of Filter in org.basex.query.expr
 

Methods in org.basex.query.expr that return Filter
abstract  Filter Filter.addPred(QueryContext ctx, VarScope scp, Expr p)
          Adds a predicate to the filter.
static Filter Filter.get(InputInfo ii, Expr r, Expr... p)
          Creates a filter expression for the given root and predicates.