Uses of Class
com.evolvedbinary.xpath.parser.ast.RelativePathExpr
-
Packages that use RelativePathExpr Package Description com.evolvedbinary.xpath.parser -
-
Uses of RelativePathExpr in com.evolvedbinary.xpath.parser
Methods in com.evolvedbinary.xpath.parser with parameters of type RelativePathExpr Modifier and Type Method Description PathExprXPathParser. relativePathToPath(StepExpr initialStep, RelativePathExpr relativePathExpr)Converts a Relative Path Expression to a Path Expression
-