Uses of Interface
com.evolvedbinary.xpath.parser.ast.StepExpr
-
Packages that use StepExpr Package Description com.evolvedbinary.xpath.parser com.evolvedbinary.xpath.parser.ast -
-
Uses of StepExpr in com.evolvedbinary.xpath.parser
Methods in com.evolvedbinary.xpath.parser with parameters of type StepExpr Modifier and Type Method Description PathExprXPathParser. relativePathToPath(StepExpr initialStep, RelativePathExpr relativePathExpr)Converts a Relative Path Expression to a Path Expression -
Uses of StepExpr in com.evolvedbinary.xpath.parser.ast
Classes in com.evolvedbinary.xpath.parser.ast that implement StepExpr Modifier and Type Class Description classAxisStepCreated by aretter on 28/01/2016.classFilterExprCreated by aretter on 11/02/2016.Fields in com.evolvedbinary.xpath.parser.ast declared as StepExpr Modifier and Type Field Description static StepExprPathExpr. SLASH_ABBREVstatic StepExprPathExpr. SLASH_SLASH_ABBREVMethods in com.evolvedbinary.xpath.parser.ast that return types with arguments of type StepExpr Modifier and Type Method Description List<? extends StepExpr>PathExpr. getSteps()List<? extends StepExpr>RelativePathExpr. getSteps()Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type StepExpr Constructor Description PathExpr(boolean relative, StepExpr... steps)RelativePathExpr(StepExpr... steps)Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type StepExpr Constructor Description PathExpr(boolean relative, List<? extends StepExpr> steps)RelativePathExpr(List<? extends StepExpr> steps)
-