Enum Class Selector.Axis

java.lang.Object
java.lang.Enum<Selector.Axis>
org.xhtmlrenderer.css.newmatch.Selector.Axis
All Implemented Interfaces:
Serializable, Comparable<Selector.Axis>, Constable
Enclosing class:
Selector

public static enum Selector.Axis extends Enum<Selector.Axis>
  • Enum Constant Details

    • DESCENDANT_AXIS

      public static final Selector.Axis DESCENDANT_AXIS
    • CHILD_AXIS

      public static final Selector.Axis CHILD_AXIS
    • IMMEDIATE_SIBLING_AXIS

      public static final Selector.Axis IMMEDIATE_SIBLING_AXIS
  • Constructor Details

    • Axis

      private Axis()
  • Method Details

    • values

      public static Selector.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 Selector.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