| Transform(string, string)Transforms the input document with already-loaded stylesheet. The call to this method is the same as Transform (inputfile, outputfile, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance. See Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) override for details. |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList) : System.Xml.XmlReaderTransforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input.CreateNavigator (), args, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance. |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList) : System.Xml.XmlReaderTransforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input, args, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance). |
| Transform(string, string, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. About transformation, see Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) for details. |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.Stream)Transforms the input document with already-loaded stylesheet. The call to this method is mostly the same as Transform (input, args, new XmlTextWriter (output)), though not equivalent about encoding detection. |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.TextWriter)Transforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input.CreateNavigator (), args, output, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance). |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlResolver) : System.Xml.XmlReaderTransforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input.CreateNavigator (), args, resolver). |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlWriter)Transforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input.CreateNavigator (), args, output, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance). |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.Stream)Transforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input, args, output, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance). |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.TextWriter)Transforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input, args, output, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance). |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.Xml.XmlResolver) : System.Xml.XmlReaderTransforms the input document with already-loaded stylesheet. About transformation, see Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) for details. |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.Xml.XmlWriter)Transforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input, args, output, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver property that was set in advance). |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.Stream, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. About transformation, see Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) for details. |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.TextWriter, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. About transformation, see Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) for details. |
| Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlWriter, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. The call to this method is equivalent to Transform (input.CreateNavigator (), args, output, resolver). |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.Stream, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. About transformation, see Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) for details. |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.TextWriter, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. About transformation, see Transform (XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) for details. |
| Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.Xml.XmlWriter, System.Xml.XmlResolver)Transforms the input document with already-loaded stylesheet. |