Enum Sweep

java.lang.Object
java.lang.Enum<Sweep>
com.saxonica.ee.stream.Sweep
All Implemented Interfaces:
Serializable, Comparable<Sweep>, java.lang.constant.Constable

public enum Sweep extends Enum<Sweep>
The posture of an expression defines the relationship of the result to a streamed input document, as defined in the XSLT 3.0 specification.
  • Enum Constant Details

    • MOTIONLESS

      public static final Sweep MOTIONLESS
    • CONSUMING

      public static final Sweep CONSUMING
    • FREE_RANGING

      public static final Sweep FREE_RANGING
  • Method Details

    • values

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

      public static Sweep valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null