XslTransform Methods

 

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodLoad(IXPathNavigable^)

Loads the XSLT style sheet contained in the IXPathNavigable.

System_CAPS_pubmethodLoad(IXPathNavigable^, XmlResolver^)

Loads the XSLT style sheet contained in the IXPathNavigable.

System_CAPS_pubmethodLoad(IXPathNavigable^, XmlResolver^, Evidence^)

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

System_CAPS_pubmethodLoad(String^)

Loads the XSLT style sheet specified by a URL.

System_CAPS_pubmethodLoad(String^, XmlResolver^)

Loads the XSLT style sheet specified by a URL.

System_CAPS_pubmethodLoad(XmlReader^)

Loads the XSLT style sheet contained in the XmlReader.

System_CAPS_pubmethodLoad(XmlReader^, XmlResolver^)

Loads the XSLT style sheet contained in the XmlReader.

System_CAPS_pubmethodLoad(XmlReader^, XmlResolver^, Evidence^)

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

System_CAPS_pubmethodLoad(XPathNavigator^)

Loads the XSLT style sheet contained in the XPathNavigator.

System_CAPS_pubmethodLoad(XPathNavigator^, XmlResolver^)

Loads the XSLT style sheet contained in the XPathNavigator.

System_CAPS_pubmethodLoad(XPathNavigator^, XmlResolver^, Evidence^)

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, Stream^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, Stream^, XmlResolver^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, TextWriter^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, TextWriter^, XmlResolver^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, XmlResolver^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, XmlWriter^)

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

System_CAPS_pubmethodTransform(IXPathNavigable^, XsltArgumentList^, XmlWriter^, XmlResolver^)

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

System_CAPS_pubmethodTransform(String^, String^)

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

System_CAPS_pubmethodTransform(String^, String^, XmlResolver^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, Stream^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, Stream^, XmlResolver^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, TextWriter^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, TextWriter^, XmlResolver^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, XmlResolver^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, XmlWriter^)

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

System_CAPS_pubmethodTransform(XPathNavigator^, XsltArgumentList^, XmlWriter^, XmlResolver^)

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

Return to top
Show: