Method | Description | |
---|---|---|
AddDefaultQueryTemplate ( |
||
AddQueryTemplate ( string name, |
||
GetQueryAsDOM ( string>.IDictionary |
||
GetQueryAsDOM ( string>.IDictionary |
Slow means of constructing query - parses stylesheet from input stream
|
|
GetQueryAsDOM ( string>.IDictionary |
Fast means of constructing query using a cached,precompiled stylesheet
|
|
GetQueryAsDOM ( string>.IDictionary |
||
GetQueryAsXmlString ( string>.IDictionary |
||
GetQueryAsXmlString ( string>.IDictionary |
Slow means of constructing query parsing a stylesheet from an input stream
|
|
GetQueryAsXmlString ( string>.IDictionary |
Fast means of constructing query using a precompiled stylesheet
|
|
GetQueryAsXmlString ( string>.IDictionary |
||
GetTemplates ( |
Parses a query stylesheet for repeated use
|
|
QueryTemplateManager ( ) : System.Collections.Generic | ||
QueryTemplateManager ( |
||
TransformCriteria ( string>.IDictionary |
Slower transformation using an uncompiled stylesheet (suitable for development environment)
|
|
TransformCriteria ( string>.IDictionary |
Fast transformation using a pre-compiled stylesheet (suitable for production environments)
|
public AddDefaultQueryTemplate ( |
||
xslIs | ||
return | void |
public AddQueryTemplate ( string name, |
||
name | string | |
xslIs | ||
return | void |
public GetQueryAsDOM ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
return |
public static GetQueryAsDOM ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
xslIs | ||
return |
public static GetQueryAsDOM ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
template | ||
return |
public GetQueryAsDOM ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
queryTemplateName | string | |
return |
public GetQueryAsXmlString ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
return | string |
public static GetQueryAsXmlString ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
xslIs | ||
return | string |
public static GetQueryAsXmlString ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
template | ||
return | string |
public GetQueryAsXmlString ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
queryTemplateName | string | |
return | string |
public static GetTemplates ( |
||
xslIs | ||
return |
public QueryTemplateManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public QueryTemplateManager ( |
||
xslIs | ||
return | System.Collections.Generic |
public static TransformCriteria ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
xslIs | ||
result | ||
return | void |
public static TransformCriteria ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
transformer | ||
result | ||
return | void |