Package com.saxonica.ee.stream
Class PostureAndSweep
java.lang.Object
com.saxonica.ee.stream.PostureAndSweep
This class defines a composite property of an expression containing both the posture and sweep of the
expression, as defined in the XSLT 3.0 specification. The class is immutable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PostureAndSweep
Constant value for (posture = climbing, sweep = motionless)static final PostureAndSweep
Constant value for (posture = grounded, sweep = motionless)static final PostureAndSweep
Constant value for (posture = roaming, sweep = free-ranging) -
Constructor Summary
ConstructorsConstructorDescriptionPostureAndSweep
(Posture posture, Sweep sweep) Create a PostureAndSweep with a given posture and sweep -
Method Summary
-
Field Details
-
ROAMING_AND_FREE_RANGING
Constant value for (posture = roaming, sweep = free-ranging) -
GROUNDED_AND_MOTIONLESS
Constant value for (posture = grounded, sweep = motionless) -
CLIMBING_AND_MOTIONLESS
Constant value for (posture = climbing, sweep = motionless)
-
-
Constructor Details
-
PostureAndSweep
Create a PostureAndSweep with a given posture and sweep- Parameters:
posture
- the posturesweep
- the sweep
-
-
Method Details