XPathOptionalFeatures EnumerationXPathOptionalFeatures EnumerationXPathOptionalFeatures Enumeration
- XmlPrime 5.0
- Other Versions ▼
Specifies optional XPath features which may be switched off.
This enumeration has a FlagsAttributeFlagsAttributeFlagsAttribute attribute that allows a bitwise combination of its member values.
The XPathOptionalFeaturesXPathOptionalFeaturesXPathOptionalFeatures
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | AllFeaturesAllFeaturesAllFeatures | All optional features are enabled. |
![]() | LoadXQueryModuleFunctionLoadXQueryModuleFunctionLoadXQueryModuleFunction |
Enables use of the XPath and XQuery Functions and Operators 3.1 fn:load-xquery-module function.
|
![]() | NoneNoneNone | Minimal conformance. No optional features are enabled. |
![]() | TransformFunctionTransformFunctionTransformFunction |
Enables use of the XPath and XQuery Functions and Operators 3.1 fn:transform function.
|
Remarks
Use the EnabledFeaturesEnabledFeaturesEnabledFeatures property to enable or disable optional XPath features. Disabling a feature causes an error to be raised during compilation of an expression if the feature is used in that query.
Note that the Static Typing Feature may be enabled by setting the TypeCheckingModeTypeCheckingModeTypeCheckingMode properties to StaticStaticStatic or PedanticPedanticPedantic.