mscorlib(4.0.0.0) API with additions
System.Xml.Xsl Namespace Reference

Classes

interface  IXsltContextFunction
 Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution. More...
 
interface  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  XsltCompileException
 The exception that is thrown by the Load method when an error is found in the XSLT style sheet. 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  XsltException
 The exception that is thrown when an error occurs while processing an XSLT transformation. More...
 
class  XsltMessageEncounteredEventArgs
 Provides data for the E:System.Xml.Xsl.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...
 

Functions

delegate void XsltMessageEncounteredEventHandler (object sender, XsltMessageEncounteredEventArgs e)
 Represents the method that will handle the E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered event. More...
 

Function Documentation

◆ XsltMessageEncounteredEventHandler()

delegate void System.Xml.Xsl.XsltMessageEncounteredEventHandler ( object  sender,
XsltMessageEncounteredEventArgs  e 
)

Represents the method that will handle the E:System.Xml.Xsl.XsltArgumentList.XsltMessageEncountered event.

Parameters
senderThe source of the event.
eThe T:System.Xml.Xsl.XsltMessageEncounteredEventArgs containing the event data.