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

Overload List

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

See Also