EvaluationStrategies EnumerationEvaluationStrategies EnumerationEvaluationStrategies Enumeration
- XmlPrime 3.1
- Other Versions ▼
Describes the way in which an expression will be evaluated.
The EvaluationStrategiesEvaluationStrategiesEvaluationStrategies
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | BoxedBoxedBoxed | The expression will be evaluated as an XPathItemXPathItemXPathItem |
![]() | BoxingMaskBoxingMaskBoxingMask | The union of all the bits that describe the boxing of the expression. |
![]() | EagerEagerEager | If the expression is evaluated, then it will be evaluated completely. |
![]() | FullyStrictFullyStrictFullyStrict | The expression will always be completely evaluated. |
![]() | NoneNoneNone | No special strategies are applied (lazy boxed evaluation). |
![]() | SerializedSerializedSerialized | The expression will only be serialized directly. |
![]() | StrictStrictStrict | The expression will always be (partially) evaluated. |
![]() | StrictnessMaskStrictnessMaskStrictnessMask | The union of all the bits that describe the strictness of the expression. |
![]() | StringValueStringValueStringValue | Only the string values of nodes will be retrieved. |
![]() | UnboxedUnboxedUnboxed | The expression will be evaluated as an unboxed atomic value. |