Uses of Class
org.basex.query.xpath.locpath.Preds

Packages that use Preds
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Uses of Preds in org.basex.query.xpath.expr
 

Constructors in org.basex.query.xpath.expr with parameters of type Preds
Filter(Expr e, Preds p)
          Constructor.
 

Uses of Preds in org.basex.query.xpath.locpath
 

Fields in org.basex.query.xpath.locpath declared as Preds
 Preds Step.preds
          Predicate array.
 

Methods in org.basex.query.xpath.locpath with parameters of type Preds
static Step Axis.create(Axis a, Test test, Preds preds)
          Returns a location step instance.
 boolean Preds.sameAs(Preds cmp)
          Returns the predicates for equality.