Click or drag to resize

CompileOptions Class

The CompileOptions class is used to initialize the static context components. The Compile(StylesheetProvider, CompileOptions, ErrorLog) static method can be used to validate a stylesheet with the given CompileOptions.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XsltCompileOptions

Namespace:  Altova.RaptorXml.Xslt
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.9.0.0 (1.0.0.0)
Syntax
public class CompileOptions : IDisposable

The CompileOptions type exposes the following members.

Constructors
  NameDescription
Public methodCompileOptions
Initializes a new instance of the CompileOptions class
Top
Properties
  NameDescription
Public propertyCalcTextLocations
Public propertyCatalogMappings
Public propertyDecimalFormats
Public propertyDefaultSerializationParams
Public propertyEnableAssertions
Enable the execution of xsl:assert instructions
Public propertyEnableDynamicEvaluation
Public propertyEnableMessages
Public propertyEnableTrace
Public propertyExecutionMode
Public propertyInitialSchema
Public propertyPackageMappings
Public propertyStaticParams
Public propertyStylesheetBaseUri
The base uri for the stylesheet when provided as xml text
Public propertyVersion
One of the Version values, providing the version of the specification to be used.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CompileOptions
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also