Enum Class Axis

java.lang.Object
java.lang.Enum<Axis>
eu.bandm.tools.tpath.absy.Axis
All Implemented Interfaces:
Serializable, Comparable<Axis>, java.lang.constant.Constable

public enum Axis extends Enum<Axis>
  • Enum Constant Details

    • ancestor

      public static final Axis ancestor
    • ancestorOrSelf

      public static final Axis ancestorOrSelf
    • attribute

      public static final Axis attribute
    • child

      public static final Axis child
    • descendant

      public static final Axis descendant
    • descendantOrSelf

      public static final Axis descendantOrSelf
    • following

      public static final Axis following
    • followingSibling

      public static final Axis followingSibling
    • namespace

      public static final Axis namespace
    • parent

      public static final Axis parent
    • preceding

      public static final Axis preceding
    • precedingSibling

      public static final Axis precedingSibling
    • self

      public static final Axis self
  • Method Details

    • values

      public static Axis[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Axis valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getPrincipalNodeType

      public PrincipalNodeType getPrincipalNodeType()
    • isReverse

      public boolean isReverse()