DynamicContextSettings ClassDynamicContextSettings ClassDynamicContextSettings Class
Represents the user-controllable dynamic context settings of an XPath expression, an XQuery program or
an XSL transformation.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.DynamicContextSettingsXmlPrime.DynamicContextSettingsXmlPrime::DynamicContextSettings
The DynamicContextSettingsDynamicContextSettingsDynamicContextSettings
type exposes the following members.
Constructors
Constructor | Description | |
---|---|---|
![]() | DynamicContextSettings ()DynamicContextSettings ()DynamicContextSettings () | Initializes a new instance of the DynamicContextSettingsDynamicContextSettingsDynamicContextSettings class. |
![]() | DynamicContextSettings (DynamicContextSettings)DynamicContextSettings (DynamicContextSettings)DynamicContextSettings (DynamicContextSettings^) | Initializes a new instance of the DynamicContextSettingsDynamicContextSettingsDynamicContextSettings class from another DynamicContextSettingsDynamicContextSettingsDynamicContextSettings instance. |
Properties
Property | Description | |
---|---|---|
![]() | AvailableEnvironmentVariablesAvailableEnvironmentVariablesAvailableEnvironmentVariables | Gets or sets the available environment variables. |
![]() | BaseOutputURIBaseOutputURIBaseOutputURI | Gets or sets the base output URI. |
![]() | ContextItemContextItemContextItem | Gets or sets the initial context item. |
![]() | ContextPositionContextPositionContextPosition | Gets or sets the context position. |
![]() | ContextSizeContextSizeContextSize | Gets or sets the context size. |
![]() | CurrentDateTimeCurrentDateTimeCurrentDateTime | Gets or sets the current date and time. |
![]() | DefaultCalendarDefaultCalendarDefaultCalendar | Gets or sets the default calendar. |
![]() | DefaultCollectionURIDefaultCollectionURIDefaultCollectionURI | Gets or sets the default collection URI. |
![]() | DefaultLanguageDefaultLanguageDefaultLanguage | Gets or sets the default language. |
![]() | DefaultPlaceDefaultPlaceDefaultPlace | Gets or sets the default place. |
![]() | DocumentSetDocumentSetDocumentSet | Gets or sets the cache of documents and collections. |
![]() | ImplicitTimeZoneImplicitTimeZoneImplicitTimeZone |
Gets or sets the time zone to be used when a xs:date , xs:time , or xs:dateTime value
that does not have a time zone is used in a comparison or arithmetic operation.
|
![]() | ParametersParametersParameters | Gets the collection of parameters for the XQuery program, XPath expression or XSL transformation. |
Methods
Events
Remarks
For security reasons, the loading of external resources is disabled.
This means that the fn:doc
, fn:document
, fn:collection
and fn:unparsed-text
functions will always raise an error, and fn:doc-available
and fn:unparsed-text-available
will
always return false()
.
To enable the loading of external resources, set the DocumentSetDocumentSetDocumentSet property.