Uses of Class
com.evolvedbinary.xpath.parser.ast.Predicate
-
Packages that use Predicate Package Description com.evolvedbinary.xpath.parser.ast -
-
Uses of Predicate in com.evolvedbinary.xpath.parser.ast
Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type Predicate Constructor Description PredicateList(Predicate... predicates)Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type Predicate Constructor Description PredicateList(List<Predicate> predicates)
-