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

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

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

Subclasses of Pred in org.basex.query.xpath.locpath
 class PredPos
          Position predicate.
 class PredSimple
          XPath predicate.
 

Methods in org.basex.query.xpath.locpath that return Pred
 Pred Preds.get(int i)
          Returns a predicate.
 

Methods in org.basex.query.xpath.locpath with parameters of type Pred
 void Preds.add(Pred pred)
          Adds a predicate.
 boolean PredSimple.sameAs(Pred pred)
           
 boolean PredPos.sameAs(Pred pred)