Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an XmlWriter.
Overload List
| Name | Description | |
|---|---|---|
|
Transform (String, String) | Executes the transform using the input document specified by the URI and outputs the results to a file. |
|
Transform (String, XmlWriter) | Executes the transform using the input document specified by the URI and outputs the results to an XmlWriter. |
|
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. |
|
Transform (String, XsltArgumentList, TextWriter) | Executes the transform using the input document specified by the URI and outputs the results to a TextWriter. |
|
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. |
|
Transform (XmlReader, XmlWriter) | Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Transform (IXPathNavigable, XmlWriter) | Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an XmlWriter. |
|
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. |
|
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. |
|
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. |