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

  NameDescription
Public methodExsltTransformExsltTransformNewOverloaded.

Public Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadOverloaded.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTransformOverloaded.

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Properties

  NameDescription
Public propertyMultiOutput
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.
Public propertyOutputSettings
Gets an XmlWriterSettings object that contains the output information derived from the xsl:output element of the style sheet.
Public propertySupportedFunctions
Bitwise enumeration used to specify which EXSLT functions should be accessible to the ExsltTransform object. The default value is ExsltFunctionNamespace.All
Public propertyTemporaryFiles
Gets the TempFileCollection that contains the temporary files generated on disk after a successful call to the Load method.

See Also