|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepExpr | |
|---|---|
| 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 | |
|---|---|
PathExpr |
XPathParser.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 | |
|---|---|
class |
AxisStep
Created by aretter on 28/01/2016. |
class |
FilterExpr
Created by aretter on 11/02/2016. |
| Fields in com.evolvedbinary.xpath.parser.ast declared as StepExpr | |
|---|---|
static StepExpr |
PathExpr.SLASH_ABBREV
|
static StepExpr |
PathExpr.SLASH_SLASH_ABBREV
|
| Methods in com.evolvedbinary.xpath.parser.ast that return types with arguments of type StepExpr | |
|---|---|
List<? extends StepExpr> |
RelativePathExpr.getSteps()
|
List<? extends StepExpr> |
PathExpr.getSteps()
|
| Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type StepExpr | |
|---|---|
PathExpr(boolean relative,
StepExpr... steps)
|
|
RelativePathExpr(StepExpr... steps)
|
|
| Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type StepExpr | |
|---|---|
PathExpr(boolean relative,
List<? extends StepExpr> steps)
|
|
RelativePathExpr(List<? extends StepExpr> steps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||