Click or drag to resize

Altova.RaptorXml.Beta.Xslt Namespace

The Xslt namespace provides a C# API for the XSLT 3.0 specification. This C# interface enables the user to compile an xslt stylesheet and to execute it with different input data. The typical starting point would be the functions Compile(StylesheetProvider, CompileOptions, ErrorLog) and Execute(RuntimeOptions, ErrorLog).
Classes
  ClassDescription
Public classCompileOptions
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.
Public classPackageMapping
Public classPackageMappingList
Public classPackageMappingListPackageMappingListEnumerator
Public classRuntimeOptions
The RuntimeOptions class is used to initialize the dynamic context components for the execution of an Stylesheet.
Public classStylesheet
The Stylesheet class represents a valid, compiled xslt stylesheet. It can be instantiated with the Compile(StylesheetProvider, CompileOptions, ErrorLog) static method. The same Stylesheet can be used for multiple executions with different RuntimeOptions.
Public classStylesheetProvider