Mono Class Library: Overview

System.Xml.Xsl.XslTransform: Members

The members of System.Xml.Xsl.XslTransform are listed below.

See Also: Inherited members from System.Object

Public Constructors

The constructor.

Public Properties

[write-only]
XmlResolverSystem.Xml.XmlResolver. Obsolete: Used to resolve external resources.

Public Methods

Load(string)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (url, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance.
Load(System.Xml.XmlReader)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance.
Load(System.Xml.XPath.IXPathNavigable)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet.CreateNavigator (), xmlResolver, null) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance.
Load(System.Xml.XPath.XPathNavigator)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (new XPathDocument (stylesheet), xmlResolver, null) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance.
Load(string, System.Xml.XmlResolver)
Loads and compiles the stylesheet. As for stylesheet compilation details, see Load (XPathNavigator, XmlResolver) for details.
Load(System.Xml.XmlReader, System.Xml.XmlResolver)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (new XPathDocument (stylesheet), resolver).
Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet.CreateNavigator (), resolver, null).
Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet, resolver, null).
Load(System.Xml.XmlReader, System.Xml.XmlResolver, System.Security.Policy.Evidence)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (new XPathDocument (stylesheet).CreateNavigator (), resolver, evidence).
Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver, System.Security.Policy.Evidence)
Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet.CreateNavigator (), resolver, evidence).
Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver, System.Security.Policy.Evidence)
Documentation for this section has not yet been entered.
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.XmlReader
Transforms 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.XmlReader
Transforms 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.XmlReader
Transforms 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.XmlReader
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)
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.