Uses of Class
com.evolvedbinary.xpath.parser.ast.Step
-
Packages that use Step Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of Step in com.evolvedbinary.xpath.parser.ast
Methods in com.evolvedbinary.xpath.parser.ast that return Step Modifier and Type Method Description StepAxisStep. getStep()Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type Step Constructor Description AxisStep(Step step, PredicateList predicateList) -
Uses of Step in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial that return Step Modifier and Type Method Description StepPartialStep. complete(NodeTest nodeTest)Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type Step Constructor Description PartialAxisStep(Step step)
-