System::Xml::Xsl Namespace Reference

Namespaces

 Runtime
 

Classes

class  Details_XsltCompileException
 The exception that is thrown by the Load method when an error is found in the XSLT style sheet.
 
class  Details_XsltException
 The exception that is thrown when an error occurs while processing an XSLT transformation.
 
class  IXsltContextFunction
 Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution. More...
 
class  IXsltContextVariable
 Provides an interface to a given variable that is defined in the style sheet during runtime execution. More...
 
class  XslCompiledTransform
 Transforms XML data using an XSLT style sheet. More...
 
class  XsltArgumentList
 Contains a variable number of arguments which are either XSLT parameters or extension objects. More...
 
class  XsltContext
 Encapsulates 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. More...
 
class  XsltMessageEncounteredEventArgs
 Provides data for the XsltArgumentList::XsltMessageEncountered event. More...
 
class  XslTransform
 Transforms XML data using an Extensible Stylesheet Language for Transformations (XSLT) style sheet. More...
 
class  XsltSettings
 Specifies the XSLT features to support during execution of the XSLT style sheet. More...
 

Typedefs

using XsltMessageEncounteredEventHandler = System::MulticastDelegate< void(SharedPtr< Object >, SharedPtr< XsltMessageEncounteredEventArgs >)>
 Represents the method that will handle the XsltArgumentList::XsltMessageEncountered event. More...
 
using XsltException = System::ExceptionWrapper< Details_XsltException >
 

Typedef Documentation

◆ XsltException

using System::Xml::Xsl::XsltException = typedef System::ExceptionWrapper<Details_XsltException>

◆ XsltMessageEncounteredEventHandler

Represents the method that will handle the XsltArgumentList::XsltMessageEncountered event.

Parameters
senderThe source of the event.
eThe XsltMessageEncounteredEventArgs containing the event data.