MvpXslTransform class extends capabilities of the
The following tables list the members exposed by MvpXslTransform.
Public Constructors
| Name | Description | |
|---|---|---|
|
MvpXslTransform | Overloaded. Initializes a new instance of the MvpXslTransform class. |
Public Properties
| Name | Description | |
|---|---|---|
|
MultiOutput | Boolean flag used to specify whether multiple output (via exsl:document) is supported. Note: This property is ignored (hence multiple output is not supported) when transformation is done to XmlReader or XmlWriter (use overloaded method, which transforms to MultiXmlTextWriter instead). Note: Because of some restrictions and slight overhead this feature is disabled by default. If you need multiple output support, set this property to true before the Transform() call. |
|
OutputSettings | Gets an |
|
SupportedFunctions | Bitwise enumeration used to specify which EXSLT functions should be accessible to the MvpXslTransform object. The default value is ExsltFunctionNamespace.All |
|
TemporaryFiles | Gets the TempFileCollection that contains the temporary files generated on disk after a successful call to the Load method. |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
Load | Overloaded. Loads and compiles the style sheet contained in the |
|
ToString | Returns a |
|
Transform | Overloaded. Transforms given |