Click or drag to resize

RuntimeOptions Class

The RuntimeOptions class is used to initialize the dynamic context components for the execution of an Stylesheet.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.Beta.XsltRuntimeOptions

Namespace:  Altova.RaptorXml.Beta.Xslt
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class RuntimeOptions : IDisposable

The RuntimeOptions type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeOptions
Initializes a new instance of the RuntimeOptions class
Top
Properties
  NameDescription
Public propertyBaseOutputUri
The URI of the principal result document; also used as the base URI for resolving relative URIs of secondary result documents.
Public propertyCancelFlag
Public propertyCurrentDateTime
An DateTime value used for the current-dateTime component of the dynamic context. If absent, the system time will be used for the execution.
Public propertyDebugger
Public propertyDeliveryFormat
One of the enumeration values DeliveryFormat. When saving of result documents is selected, then the OutputStreamFactory must be set as well.
Public propertyFunctionParams
Public propertyGlobalContextItem
Public propertyInitialFunction
The QName of the initial function to be called for call-function invocation. The arity of the function is inferred from the array length of FunctionParams.
Public propertyInitialMatchSelection
Public propertyInitialMode
The name of the initial processing mode.
Public propertyInitialTemplate
The QName of a named template in the stylesheet to act as the initial entry point. If no template name is supplied, the default template name is 'xsl:initial-template'.
Public propertyOutputStreamFactory
Public propertySerializationParams
Public propertySourceNode
Public propertyStylesheetParams
Public propertyTemplateParams
Public propertyTraceCallback
Public propertyTunnelParams
Public propertyXmlDocumentOptionsCallback
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RuntimeOptions
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