|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Axis | |
|---|---|
| com.evolvedbinary.xpath.parser.ast | |
| com.evolvedbinary.xpath.parser.ast.partial | |
| Uses of Axis in com.evolvedbinary.xpath.parser.ast |
|---|
| Fields in com.evolvedbinary.xpath.parser.ast declared as Axis | |
|---|---|
static Axis |
Axis.ANCESTOR
|
static Axis |
Axis.ANCESTOR_OR_SELF
|
static Axis |
Axis.ATTRIBUTE
|
static Axis |
Axis.CHILD
|
static Axis |
Axis.DESCENDANT
|
static Axis |
Axis.DESCENDANT_OR_SELF
|
static Axis |
Axis.FOLLOWING
|
static Axis |
Axis.FOLLOWING_SIBLING
|
static Axis |
Axis.NAMESPACE
|
static Axis |
Axis.PARENT
|
static Axis |
Axis.PRECEDING
|
static Axis |
Axis.PRECEDING_SIBLING
|
static Axis |
Axis.SELF
|
| Methods in com.evolvedbinary.xpath.parser.ast that return Axis | |
|---|---|
static Axis |
Axis.fromSyntax(String syntax)
|
Axis |
Step.getAxis()
|
| Constructors in com.evolvedbinary.xpath.parser.ast with parameters of type Axis | |
|---|---|
Step(Axis axis,
NodeTest nodeTest)
|
|
| Uses of Axis in com.evolvedbinary.xpath.parser.ast.partial |
|---|
| Constructors in com.evolvedbinary.xpath.parser.ast.partial with parameters of type Axis | |
|---|---|
PartialStep(Axis axis)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||