Uses of Class
com.evolvedbinary.xpath.parser.ast.PredicateList
-
Packages that use PredicateList Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of PredicateList in com.evolvedbinary.xpath.parser.ast
Fields in com.evolvedbinary.xpath.parser.ast declared as PredicateList Modifier and Type Field Description static PredicateListPredicateList. EMPTYMethods in com.evolvedbinary.xpath.parser.ast that return PredicateList Modifier and Type Method Description PredicateListAxisStep. getPredicateList()Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type PredicateList Constructor Description AxisStep(Step step, PredicateList predicateList)FilterExpr(PrimaryExpr primaryExpr, PredicateList predicateList) -
Uses of PredicateList in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial with parameters of type PredicateList Modifier and Type Method Description AxisStepPartialAxisStep. complete(PredicateList predicateList)FilterExprPartialFilterExpr. complete(PredicateList predicateList)
-