| Package | Description |
|---|---|
| org.sodeac.common.xuri |
Sodeac xURI provide an extensible URI Parser.
|
| Modifier and Type | Method and Description |
|---|---|
static Axis |
Axis.findByInteger(int value) |
static Axis |
Axis.findByName(String name) |
static Axis |
Axis.findByXPathAxisAbbreviated(String xPathAxisAbbreviated) |
static Axis |
Axis.findByXPathAxisName(String xPathAxisName) |
Axis |
PathSegment.getAxis()
getter for axistype
|
static Axis |
Axis.parseAxisType(CharSequence charSequence,
AtomicInteger position) |
static Axis |
Axis.parseAxisType(CharSequence charSequence,
int position) |
static Axis |
Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Axis> |
Axis.getAll() |
| Constructor and Description |
|---|
PathSegment(String expression,
String value,
Axis axis)
constructor of path segment
|
Copyright © 2020. All rights reserved.