Uses of Class
com.ximpleware.xpath.Predicate

Packages that use Predicate
com.ximpleware.xpath   
 

Uses of Predicate in com.ximpleware.xpath
 

Fields in com.ximpleware.xpath declared as Predicate
 Predicate Predicate.nextP
           
 Predicate Step.p
           
 Predicate Step.pt
           
 

Methods in com.ximpleware.xpath with parameters of type Predicate
 boolean Step.eval(VTDNav vn, Predicate p)
           
 boolean Step.evalPredicates(VTDNav vn, Predicate p)
           
 void Step.resetP(VTDNav vn, Predicate p1)
           
 void Step.setPredicate(Predicate p1)