Méthode | Description | |
---|---|---|
GetCompiledTransform ( string templateName ) : |
Retrieves the XslCompiledTransform for the specified template name, using the results caching.
|
|
GetProcessedString ( string templateName, |
Returns the results of XSLT transformation as a string.
|
|
WriteProcessed ( string templateName, |
Writes the results of XSLT transformation into the specified TextWriter.
|
public static GetCompiledTransform ( string templateName ) : |
||
templateName | string | |
Résultat |
public static GetProcessedString ( string templateName, |
||
templateName | string | |
argumentList | ||
data | System.Xml.Linq.XDocument | |
Résultat | string |
public static WriteProcessed ( string templateName, |
||
templateName | string | |
argumentList | ||
data | System.Xml.Linq.XDocument | |
outStream | ||
Résultat | void |