System.Xml.Xsl.XslCompiledTransform Members

The members of System.Xml.Xsl.XslCompiledTransform are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.Xsl.XslCompiledTransform class.

Initializes a new instance of the System.Xml.Xsl.XslCompiledTransform class with the specified debug setting.

Public Properties

[read-only]
OutputSettingsSystem.Xml.XmlWriterSettings.

Gets an System.Xml.XmlWriterSettings object that contains the output information derived from the xsl:output element of the style sheet.

[read-only]
TemporaryFilesSystem.CodeDom.Compiler.TempFileCollection.

Gets the System.CodeDom.Compiler.TempFileCollection that contains the temporary files generated on disk after a successful call to the erload:System.Xml.Xsl.XslCompiledTransform.Load method.

Public Methods

Load(string)

Loads and compiles the style sheet located at the specified URI.

Load(System.Xml.XmlReader)

Compiles the style sheet contained in the System.Xml.XmlReader.

Load(System.Xml.XPath.IXPathNavigable)

Compiles the style sheet contained in the System.Xml.XPath.IXPathNavigable object.

Load(string, XsltSettings, System.Xml.XmlResolver)

Loads and compiles the XSLT style sheet specified by the URI. The System.Xml.XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.

Load(System.Xml.XmlReader, XsltSettings, System.Xml.XmlResolver)

Compiles the XSLT style sheet contained in the System.Xml.XmlReader. The System.Xml.XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.

Load(System.Xml.XPath.IXPathNavigable, XsltSettings, System.Xml.XmlResolver)

Compiles the XSLT style sheet contained in the System.Xml.XPath.IXPathNavigable. The System.Xml.XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.

Transform(string, string)

Executes the transform using the input document specified by the URI and outputs the results to a file.

Transform(string, System.Xml.XmlWriter)

Executes the transform using the input document specified by the URI and outputs the results to an System.Xml.XmlWriter.

Transform(System.Xml.XmlReader, System.Xml.XmlWriter)

Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to an System.Xml.XmlWriter.

Transform(System.Xml.XPath.IXPathNavigable, System.Xml.XmlWriter)

Executes the transform using the input document specified by the System.Xml.XPath.IXPathNavigable object and outputs the results to an System.Xml.XmlWriter.

Transform(string, XsltArgumentList, System.IO.Stream)

Executes the transform using the input document specified by the URI and outputs the results to stream. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(string, XsltArgumentList, System.IO.TextWriter)

Executes the transform using the input document specified by the URI and outputs the results to a System.IO.TextWriter.

Transform(string, XsltArgumentList, System.Xml.XmlWriter)

Executes the transform using the input document specified by the URI and outputs the results to an System.Xml.XmlWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(System.Xml.XmlReader, XsltArgumentList, System.IO.Stream)

Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to a stream. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(System.Xml.XmlReader, XsltArgumentList, System.IO.TextWriter)

Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to a System.IO.TextWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(System.Xml.XmlReader, XsltArgumentList, System.Xml.XmlWriter)

Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to an System.Xml.XmlWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.Stream)

Executes the transform using the input document specified by the System.Xml.XPath.IXPathNavigable object and outputs the results to a stream. The System.Xml.Xsl.XsltArgumentList provides additional runtime arguments.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.TextWriter)

Executes the transform using the input document specified by the System.Xml.XPath.IXPathNavigable object and outputs the results to an System.IO.TextWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlWriter)

Executes the transform using the input document specified by the System.Xml.XPath.IXPathNavigable object and outputs the results to an System.Xml.XmlWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments.

Transform(System.Xml.XmlReader, XsltArgumentList, System.Xml.XmlWriter, System.Xml.XmlResolver)

Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to an System.Xml.XmlWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments and the XmlResolver resolves the XSLT document() function.