Xslt.Compile MethodXslt.Compile MethodXslt::Compile Method

Compiles the specified XSLT stylesheet and returns an XsltXsltXslt object that represents the transformation.

Overload List

 NameDescription
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (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.
Public methodstaticCompile (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.

Top