Uses of Class
com.werken.xpath.impl.Predicate
-
Packages that use Predicate Package Description com.werken.xpath.impl Contains implementation classes for evaluating XPath componentscom.werken.xpath.parser Contains generated Java classes from the antlr grammar. -
-
Uses of Predicate in com.werken.xpath.impl
Methods in com.werken.xpath.impl with parameters of type Predicate Modifier and Type Method Description void
FilterExpr. addPredicate(Predicate pred)
Step
UnAbbrStep. addPredicate(Predicate pred)
-
Uses of Predicate in com.werken.xpath.parser
Methods in com.werken.xpath.parser that return Predicate Modifier and Type Method Description Predicate
XPathRecognizer. predicate()
Predicate
XPathRecognizer. predicate_expr()
-