System::Xml::Xsl

Classes

ClassDescription
Details_XsltCompileExceptionThe exception that is thrown by the Load method when an error is found in the XSLT style sheet.
Details_XsltExceptionThe exception that is thrown when an error occurs while processing an XSLT transformation.
IXsltContextFunctionProvides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution.
IXsltContextVariableProvides an interface to a given variable that is defined in the style sheet during runtime execution.
XslCompiledTransformTransforms XML data using an XSLT style sheet.
XsltArgumentListContains a variable number of arguments which are either XSLT parameters or extension objects.
XsltContextEncapsulates the current execution context of the Extensible Stylesheet Language for Transformations (XSLT) processor allowing XML Path Language (XPath) to resolve functions, parameters, and namespaces within XPath expressions.
XsltMessageEncounteredEventArgsProvides data for the XsltArgumentList::XsltMessageEncountered event.
XslTransformTransforms XML data using an Extensible Stylesheet Language for Transformations (XSLT) style sheet.
XsltSettingsSpecifies the XSLT features to support during execution of the XSLT style sheet.

Typedefs

TypedefDescription
XsltMessageEncounteredEventHandlerRepresents the method that will handle the XsltArgumentList::XsltMessageEncountered event.
XsltException