Enum Class TPathCache.sensitivity

java.lang.Object
java.lang.Enum<TPathCache.sensitivity>
eu.bandm.tools.xslt.base.TPathCache.sensitivity
All Implemented Interfaces:
Serializable, Comparable<TPathCache.sensitivity>, java.lang.constant.Constable
Enclosing class:
TPathCache

public static enum TPathCache.sensitivity extends Enum<TPathCache.sensitivity>
This value is ONLY related to the current-node-(list)-context, not to referred variables nor functions!
  • Enum Constant Details

    • none

      public static final TPathCache.sensitivity none
      no path expressions reading the current-node-context is contained; the value does not depend on the input document at all.
    • session

      public static final TPathCache.sensitivity session
      only absolute path expressions reading the current-node-context are contained; the value depends on the input document, but only as a whole.
    • multi

      public static final TPathCache.sensitivity multi
      path expressions reading the current-node-context are contained; the expression must be evaluated anew for different current nodes. [[AND context !?!?! FIXME]]
  • Method Details

    • values

      public static TPathCache.sensitivity[] 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 TPathCache.sensitivity 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