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 | |
|---|---|---|
| BaseOutputURIBaseOutputURIBaseOutputURI | Gets or sets the base output URI. | |
| ContextItemContextItemContextItem | Gets or sets the context item. | |
| CurrentDateTimeCurrentDateTimeCurrentDateTime | Gets or sets the current date and time. | |
| DefaultCollectionURIDefaultCollectionURIDefaultCollectionURI | Gets or sets the default collection URI. | |
| 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 or sets the collection of parameters for the XQuery program, XPath expression or XSL transformation. | |
| UsePrivateNameTableUsePrivateNameTableUsePrivateNameTable | Gets or sets a value indicating whether a private name table should be used. |
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.
