Mvp.Xml Library API Documentation
Syntax
| C# |
|---|
public class ExsltTransform |
| Visual Basic (Declaration) |
|---|
Public Class ExsltTransform |
| Visual C++ |
|---|
public ref class ExsltTransform |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| ExsltTransformExsltTransformNew | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load | Overloaded. | |
| ToString | (Inherited from Object.) | |
| Transform | Overloaded. |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
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 XmlWriterSettings object that contains the output
information derived from the xsl:output element of the style sheet.
| |
| SupportedFunctions |
Bitwise enumeration used to specify which EXSLT functions should be accessible to
the ExsltTransform 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.
|
See Also
Mvp.Xml.Exslt Namespace