Property | Type | Description | |
---|---|---|---|
dependencies | List |
Method | Description | |
---|---|---|
Create ( SageContext context, |
Creates a new XsltTransform, using the specified context and stylesheetMarkup.
|
|
Create ( SageContext context, string stylesheetPath ) : |
Creates an XsltTransform instance initialized with the document loaded from the specified stylesheetPath.
|
|
Transform ( |
Transforms the specified inputXml into the specified outputWriter.
|
|
Transform ( |
Transforms the specified inputXml into the specified outputWriter.
|
Method | Description | |
---|---|---|
GetArguments ( object>.Dictionary |
Converts the specified arguments dictionary into an XsltArgumentList.
|
Method | Description | |
---|---|---|
DiscoverXsltExtensionObjects ( ) : void | ||
OmitNamespacePrefixResults ( |
||
OnAssembliesUpdated ( object sender, |
||
XsltTransform ( ) : System |
public static Create ( SageContext context, |
||
context | SageContext | The context under which this code is executing. |
stylesheetMarkup | The XSLT markup for the transform to create. | |
return |
public static Create ( SageContext context, string stylesheetPath ) : |
||
context | SageContext | The context under which this code is executing. |
stylesheetPath | string | The path to the |
return |
protected GetArguments ( object>.Dictionary |
||
arguments | object>.Dictionary | The dictionary of arguments to use. |
return |
public abstract Transform ( |
||
inputXml | The input XML to transform. | |
outputWriter | The output writer to transform to. | |
context | SageContext | The current context. |
arguments | object>.Dictionary | Optional transform arguments. |
return | void |
public abstract Transform ( |
||
inputXml | The input XML to transform. | |
outputWriter | The output writer to transform to. | |
context | SageContext | The current context. |
arguments | object>.Dictionary | Optional transform arguments. |
return | void |