| Package | Description |
|---|---|
| org.apache.vxquery.xmlquery.ast | |
| org.apache.vxquery.xmlquery.query |
| Modifier and Type | Method | Description |
|---|---|---|
AxisStepNode.Axis |
AxisStepNode.getAxis() |
|
static AxisStepNode.Axis |
AxisStepNode.Axis.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AxisStepNode.Axis[] |
AxisStepNode.Axis.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AxisStepNode.setAxis(AxisStepNode.Axis axis) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.commons.lang3.tuple.Pair<Token,AxisStepNode.Axis> |
XMLQuery.ForwardAxis() |
|
org.apache.commons.lang3.tuple.Pair<Token,AxisStepNode.Axis> |
XMLQuery.ReverseAxis() |
Copyright © 2019 Apache Software Foundation. All rights reserved.