System.Xml.Xsl.XslTransform Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Xml.Xsl.XslTransform class.

Public Properties

[write-only]
XmlResolverSystem.Xml.XmlResolver.

Sets the System.Xml.XmlResolver used to resolve external resources when the erload:System.Xml.Xsl.XslTransform.Transform method is called.

Public Methods

Load(string)

Loads the XSLT style sheet specified by a URL.

Load(System.Xml.XmlReader)

Loads the XSLT style sheet contained in the System.Xml.XmlReader.

Load(System.Xml.XPath.IXPathNavigable)

Loads the XSLT style sheet contained in the System.Xml.XPath.IXPathNavigable.

Load(System.Xml.XPath.XPathNavigator)

Loads the XSLT style sheet contained in the System.Xml.XPath.XPathNavigator.

Load(string, System.Xml.XmlResolver)

Loads the XSLT style sheet specified by a URL.

Load(System.Xml.XmlReader, System.Xml.XmlResolver)

Loads the XSLT style sheet contained in the System.Xml.XmlReader.

Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver)

Loads the XSLT style sheet contained in the System.Xml.XPath.IXPathNavigable.

Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver)

Loads the XSLT style sheet contained in the System.Xml.XPath.XPathNavigator.

Load(System.Xml.XmlReader, System.Xml.XmlResolver, System.Security.Policy.Evidence)

Loads the XSLT style sheet contained in the System.Xml.XmlReader. This method allows you to limit the permissions of the style sheet by specifying evidence.

Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver, System.Security.Policy.Evidence)

Loads the XSLT style sheet contained in the System.Xml.XPath.IXPathNavigable. This method allows you to limit the permissions of the style sheet by specifying evidence.

Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver, System.Security.Policy.Evidence)

Loads the XSLT style sheet contained in the System.Xml.XPath.XPathNavigator. This method allows you to limit the permissions of the style sheet by specifying evidence.

Transform(string, string)

Transforms the XML data in the input file and outputs the result to an output file.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList) : System.Xml.XmlReader

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to an System.Xml.XmlReader.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList) : System.Xml.XmlReader

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to an System.Xml.XmlReader.

Transform(string, string, System.Xml.XmlResolver)

Transforms the XML data in the input file and outputs the result to an output file.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.Stream)

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to a System.IO.Stream.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.TextWriter)

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to a System.IO.TextWriter.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlResolver) : System.Xml.XmlReader

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to an System.Xml.XmlReader.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlWriter)

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to an System.Xml.XmlWriter.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.Stream)

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to a System.IO.Stream.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.TextWriter)

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to a System.IO.TextWriter.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.Xml.XmlResolver) : System.Xml.XmlReader

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to an System.Xml.XmlReader.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.Xml.XmlWriter)

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to an System.Xml.XmlWriter.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.Stream, System.Xml.XmlResolver)

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to a System.IO.Stream.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.IO.TextWriter, System.Xml.XmlResolver)

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to a System.IO.TextWriter.

Transform(System.Xml.XPath.IXPathNavigable, XsltArgumentList, System.Xml.XmlWriter, System.Xml.XmlResolver)

Transforms the XML data in the System.Xml.XPath.IXPathNavigable using the specified args and outputs the result to an System.Xml.XmlWriter.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.Stream, System.Xml.XmlResolver)

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to a System.IO.Stream.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.IO.TextWriter, System.Xml.XmlResolver)

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to a System.IO.TextWriter.

Transform(System.Xml.XPath.XPathNavigator, XsltArgumentList, System.Xml.XmlWriter, System.Xml.XmlResolver)

Transforms the XML data in the System.Xml.XPath.XPathNavigator using the specified args and outputs the result to an System.Xml.XmlWriter.