System.Xml.Xsl Spazio dei nomi
Lo spazio dei nomi System.Xml.Xsl fornisce il supporto per le trasformazioni XSLT (Extensible Stylesheet Transformation). The System.Xml.Xsl namespace provides support for Extensible Stylesheet Transformation (XSLT) transforms. Supporta la raccomandazione XSL Transformations (XSLT) Version 1.0 del W3C. It supports the W3C XSL Transformations (XSLT) Version 1.0 Recommendation.
Classi
XslCompiledTransform |
Trasforma i dati XML utilizzando un foglio di stile XSLT.Transforms XML data using an XSLT style sheet. |
XsltArgumentList |
Contiene un numero variabile di argomenti costituiti da parametri XSLT o oggetti estensioni.Contains a variable number of arguments which are either XSLT parameters or extension objects. |
XsltCompileException |
Eccezione generata dal metodo Load quando viene rilevato un errore nel foglio di stile XSLT.The exception that is thrown by the Load method when an error is found in the XSLT style sheet. |
XsltContext |
Incapsula il contesto di esecuzione corrente del processore XSLT (Extensible Stylesheet Language for Transformations (XSLT)) che consente a XPath (XML Path Language) di risolvere le funzioni, i parametri e gli spazi dei nomi all'interno di espressioni XPath.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. |
XsltException |
Eccezione generata quando si verifica un errore durante l'elaborazione di una trasformazione XSLT.The exception that is thrown when an error occurs while processing an XSLT transformation. |
XsltMessageEncounteredEventArgs |
Fornisce dati per l'evento XsltMessageEncountered.Provides data for the XsltMessageEncountered event. |
XslTransform |
Trasforma i dati XML utilizzando un foglio di stile XSLT (Extensible Stylesheet Language for Transformations).Transforms XML data using an Extensible Stylesheet Language for Transformations (XSLT) style sheet. |
XsltSettings |
Specifica le funzioni XSLT che devono essere supportate durante l'esecuzione del foglio di stile XSLT.Specifies the XSLT features to support during execution of the XSLT style sheet. |
Interfacce
IXsltContextFunction |
Fornisce un'interfaccia a una determinata funzione definita nel foglio di stile XSLT (Extensible Stylesheet Language for Transformations) durante l'esecuzione.Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution. |
IXsltContextVariable |
Fornisce un'interfaccia a una determinata variabile definita nel foglio di stile durante l'esecuzione.Provides an interface to a given variable that is defined in the style sheet during runtime execution. |
Delegati
XsltMessageEncounteredEventHandler |
Rappresenta il metodo che gestirà l'evento XsltMessageEncountered.Represents the method that will handle the XsltMessageEncountered event. |