public static class TPath.AxisSpecifier extends TPath.Item
Modifier and Type | Field and Description |
---|---|
protected Axis |
axis |
static Function<TPath.AxisSpecifier,Axis> |
get_axis
Deprecated.
Use new '::' method reference instead.
|
get_location, location
format
Constructor and Description |
---|
AxisSpecifier(Axis axis) |
Modifier and Type | Method and Description |
---|---|
TPath.AxisSpecifier |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
Axis |
get_axis() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.AxisSpecifier |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_axis(Axis val) |
get_location, set_location
protected Axis axis
@Deprecated public static final Function<TPath.AxisSpecifier,Axis> get_axis
public AxisSpecifier(Axis axis)
public TPath.AxisSpecifier doclone()
doclone
in class TPath.Item
public static String getFormatHint()
axis
public Format format()
format
in interface Formattable
format
in class TPath.Item
public TPath.AxisSpecifier initFrom(Object o0)
initFrom
in class TPath.Item
public Axis get_axis()
public boolean set_axis(Axis val)
see also the complete user documentation .