XIncludeSettings ClassXIncludeSettings ClassXIncludeSettings Class
Represents the user-controllable settings of XInclude processing.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.XIncludeSettingsXmlPrime.XIncludeSettingsXmlPrime::XIncludeSettings
The XIncludeSettingsXIncludeSettingsXIncludeSettings
type exposes the following members.
Constructors
Constructor | Description | |
---|---|---|
![]() | XIncludeSettingsXIncludeSettingsXIncludeSettings | Initializes a new instance of the XIncludeSettingsXIncludeSettingsXIncludeSettings class. |
Properties
Property | Description | |
---|---|---|
![]() | DocumentSetDocumentSetDocumentSet | Gets or sets the cache of documents and collections. |
![]() | FixupXmlBaseFixupXmlBaseFixupXmlBase |
Gets or sets a value indicating whether to perform base URI (xml:base ) fixup.
|
![]() | FixupXmlLangFixupXmlLangFixupXmlLang |
Gets or sets a value indicating whether to perform language (xml:lang ) fixup.
|
Methods
Remarks
For security reasons, the loading of external resources is disabled.
This means that only intra-document xi:include
references can be processed.
To enable the processing of external resources, set the DocumentSetDocumentSetDocumentSet property.