XslTransform Methods
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Load(IXPathNavigable^) | Loads the XSLT style sheet contained in the IXPathNavigable. |
![]() | Load(IXPathNavigable^, XmlResolver^) | Loads the XSLT style sheet contained in the IXPathNavigable. |
![]() | Load(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. |
![]() | Load(String^) | Loads the XSLT style sheet specified by a URL. |
![]() | Load(String^, XmlResolver^) | Loads the XSLT style sheet specified by a URL. |
![]() | Load(XmlReader^) | Loads the XSLT style sheet contained in the XmlReader. |
![]() | Load(XmlReader^, XmlResolver^) | Loads the XSLT style sheet contained in the XmlReader. |
![]() | Load(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. |
![]() | Load(XPathNavigator^) | Loads the XSLT style sheet contained in the XPathNavigator. |
![]() | Load(XPathNavigator^, XmlResolver^) | Loads the XSLT style sheet contained in the XPathNavigator. |
![]() | Load(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. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Transform(IXPathNavigable^, XsltArgumentList^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, Stream^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, Stream^, XmlResolver^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, TextWriter^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, TextWriter^, XmlResolver^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, XmlResolver^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, XmlWriter^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter. |
![]() | Transform(IXPathNavigable^, XsltArgumentList^, XmlWriter^, XmlResolver^) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter. |
![]() | Transform(String^, String^) | Transforms the XML data in the input file and outputs the result to an output file. |
![]() | Transform(String^, String^, XmlResolver^) | Transforms the XML data in the input file and outputs the result to an output file. |
![]() | Transform(XPathNavigator^, XsltArgumentList^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, Stream^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, Stream^, XmlResolver^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, TextWriter^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, TextWriter^, XmlResolver^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, XmlResolver^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, XmlWriter^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter. |
![]() | Transform(XPathNavigator^, XsltArgumentList^, XmlWriter^, XmlResolver^) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter. |
