Xslt.Compile MethodXslt.Compile MethodXslt::Compile Method
Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the transformation.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Compile (Stream)Compile (Stream)Compile (Stream^) | Loads and compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. Default static context settings are used. |
![]() ![]() | Compile (Stream, XsltSettings)Compile (Stream, XsltSettings)Compile (Stream^, XsltSettings^) | Loads and compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. The specified static context settings are used. |
![]() ![]() | Compile (TextReader)Compile (TextReader)Compile (TextReader^) | Loads and compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. Default static context settings are used. |
![]() ![]() | Compile (TextReader, XsltSettings)Compile (TextReader, XsltSettings)Compile (TextReader^, XsltSettings^) | Loads and compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. The specified static context settings are used. |
![]() ![]() | Compile (string, XmlNameTable)Compile (String, XmlNameTable)Compile (String^, XmlNameTable^) | Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the transformation. Default static context settings are used. |
![]() ![]() | Compile (string, XsltSettings)Compile (String, XsltSettings)Compile (String^, XsltSettings^) | Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the transformation. The specified static context settings are used. |
![]() ![]() | Compile (Uri, XmlNameTable)Compile (Uri, XmlNameTable)Compile (Uri^, XmlNameTable^) | Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the transformation. Default static context settings are used. |
![]() ![]() | Compile (Uri, XsltSettings)Compile (Uri, XsltSettings)Compile (Uri^, XsltSettings^) | Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the transformation. The specified static context settings are used. |
![]() ![]() | Compile (XmlReader)Compile (XmlReader)Compile (XmlReader^) | Loads and compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. Default static context settings are used. |
![]() ![]() | Compile (XmlReader, XsltSettings)Compile (XmlReader, XsltSettings)Compile (XmlReader^, XsltSettings^) | Loads and compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. The specified static context settings are used. |
![]() ![]() | Compile (IXPathNavigable)Compile (IXPathNavigable)Compile (IXPathNavigable^) | Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. The specified static context settings are used. |
![]() ![]() | Compile (IXPathNavigable, XsltSettings)Compile (IXPathNavigable, XsltSettings)Compile (IXPathNavigable^, XsltSettings^) | Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the XSLT stylesheet. The specified static context settings are used. |