Serializable
, Comparable<AxisStepNode.Axis>
public static enum AxisStepNode.Axis extends Enum<AxisStepNode.Axis>
Enum Constant | Description |
---|---|
ABBREV |
|
ABBREV_ATTRIBUTE |
|
ANCESTOR |
|
ANCESTOR_OR_SELF |
|
ATTRIBUTE |
|
CHILD |
|
DESCENDANT |
|
DESCENDANT_OR_SELF |
|
DOT_DOT |
|
FOLLOWING |
|
FOLLOWING_SIBLING |
|
PARENT |
|
PRECEDING |
|
PRECEDING_SIBLING |
|
SELF |
Modifier and Type | Method | Description |
---|---|---|
static AxisStepNode.Axis |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AxisStepNode.Axis[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisStepNode.Axis CHILD
public static final AxisStepNode.Axis DESCENDANT
public static final AxisStepNode.Axis ATTRIBUTE
public static final AxisStepNode.Axis SELF
public static final AxisStepNode.Axis DESCENDANT_OR_SELF
public static final AxisStepNode.Axis FOLLOWING_SIBLING
public static final AxisStepNode.Axis FOLLOWING
public static final AxisStepNode.Axis ABBREV
public static final AxisStepNode.Axis ABBREV_ATTRIBUTE
public static final AxisStepNode.Axis PARENT
public static final AxisStepNode.Axis ANCESTOR
public static final AxisStepNode.Axis PRECEDING_SIBLING
public static final AxisStepNode.Axis PRECEDING
public static final AxisStepNode.Axis ANCESTOR_OR_SELF
public static final AxisStepNode.Axis DOT_DOT
public static AxisStepNode.Axis[] values()
for (AxisStepNode.Axis c : AxisStepNode.Axis.values()) System.out.println(c);
public static AxisStepNode.Axis valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Apache Software Foundation. All rights reserved.