Uses of Class
com.evolvedbinary.xpath.parser.ast.Axis.Direction
-
Packages that use Axis.Direction Package Description com.evolvedbinary.xpath.parser.ast -
-
Uses of Axis.Direction in com.evolvedbinary.xpath.parser.ast
Methods in com.evolvedbinary.xpath.parser.ast that return Axis.Direction Modifier and Type Method Description Axis.DirectionAxis. getDirection()static Axis.DirectionAxis.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static Axis.Direction[]Axis.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-