Uses of Enum Class
org.rumbledb.expressions.xml.axis.ForwardAxis
Packages that use ForwardAxis
-
Uses of ForwardAxis in org.rumbledb.expressions.xml.axis
Methods in org.rumbledb.expressions.xml.axis that return ForwardAxisModifier and TypeMethodDescriptionstatic ForwardAxisForwardAxis.fromString(String text) ForwardStepExpr.getForwardAxis()static ForwardAxisReturns the enum constant of this class with the specified name.static ForwardAxis[]ForwardAxis.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rumbledb.expressions.xml.axis with parameters of type ForwardAxisModifierConstructorDescriptionForwardStepExpr(ForwardAxis forwardAxis, NodeTest nodeTest, ExceptionMetadata exceptionMetadata)