Package com.saxonica.ee.stream
Class PostureAndSweep
- java.lang.Object
- 
- com.saxonica.ee.stream.PostureAndSweep
 
- 
 public class PostureAndSweep extends java.lang.ObjectThis 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 SummaryFields Modifier and Type Field Description static PostureAndSweepCLIMBING_AND_MOTIONLESSConstant value for (posture = climbing, sweep = motionless)static PostureAndSweepGROUNDED_AND_MOTIONLESSConstant value for (posture = grounded, sweep = motionless)static PostureAndSweepROAMING_AND_FREE_RANGINGConstant value for (posture = roaming, sweep = free-ranging)
 - 
Constructor SummaryConstructors Constructor Description PostureAndSweep(Posture posture, Sweep sweep)Create a PostureAndSweep with a given posture and sweep
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)PosturegetPosture()Get the posture componentSweepgetSweep()Get the sweep componentinthashCode()java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
ROAMING_AND_FREE_RANGINGpublic static final PostureAndSweep ROAMING_AND_FREE_RANGING Constant value for (posture = roaming, sweep = free-ranging)
 - 
GROUNDED_AND_MOTIONLESSpublic static final PostureAndSweep GROUNDED_AND_MOTIONLESS Constant value for (posture = grounded, sweep = motionless)
 - 
CLIMBING_AND_MOTIONLESSpublic static final PostureAndSweep CLIMBING_AND_MOTIONLESS Constant value for (posture = climbing, sweep = motionless)
 
- 
 - 
Method Detail- 
getPosturepublic Posture getPosture() Get the posture component- Returns:
- the posture component
 
 - 
getSweeppublic Sweep getSweep() Get the sweep component- Returns:
- the sweep component
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-