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