XslCompiledTransform.Transform Method
.NET Framework 2.0
Executes the XSLT transformation.
| Name | Description |
|---|---|
| XslCompiledTransform.Transform (IXPathNavigable, XmlWriter) | Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an XmlWriter. |
| XslCompiledTransform.Transform (String, String) | Executes the transform using the input document specified by the URI and outputs the results to a file. |
| XslCompiledTransform.Transform (String, XmlWriter) | Executes the transform using the input document specified by the URI and outputs the results to an XmlWriter. |
| XslCompiledTransform.Transform (XmlReader, XmlWriter) | Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter. |
| XslCompiledTransform.Transform (IXPathNavigable, XsltArgumentList, Stream) | Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to a stream. The XsltArgumentList provides additional runtime arguments. |
| XslCompiledTransform.Transform (IXPathNavigable, XsltArgumentList, TextWriter) | Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an TextWriter. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (IXPathNavigable, XsltArgumentList, XmlWriter) | Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (String, XsltArgumentList, Stream) | Executes the transform using the input document specified by the URI and outputs the results to stream. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (String, XsltArgumentList, TextWriter) | Executes the transform using the input document specified by the URI and outputs the results to a TextWriter. |
| XslCompiledTransform.Transform (String, XsltArgumentList, XmlWriter) | Executes the transform using the input document specified by the URI and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (XmlReader, XsltArgumentList, Stream) | Executes the transform using the input document specified by the XmlReader object and outputs the results to a stream. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (XmlReader, XsltArgumentList, TextWriter) | Executes the transform using the input document specified by the XmlReader object and outputs the results to a TextWriter. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (XmlReader, XsltArgumentList, XmlWriter) | Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments. |
| XslCompiledTransform.Transform (XmlReader, XsltArgumentList, XmlWriter, XmlResolver) | Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments and the XmlResolver resolves the XSLT document() function. |