Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetProperty ( string name ) : object | ||
ProcessRequest ( |
||
SetProperty ( string name, object value ) : void | ||
XsltApplication ( Node parent ) : System | ||
XsltApplication ( Node parent, string nodeTypeName ) : System |
Method | Description | |
---|---|---|
GetCacheKey ( ) : string |
Specifies cache key of the application
|
|
GetCachedOutput ( ) : string |
Retrieves the cached item by cache key
|
|
GetEncoding ( ) : |
||
GetXsltArgumentList ( ) : |
||
InsertOutputIntoCache ( string output ) : void | ||
Render ( |
||
XsltApplication ( |
protected GetXsltArgumentList ( ) : |
||
return |
protected InsertOutputIntoCache ( string output ) : void | ||
output | string | |
return | void |
public ProcessRequest ( |
||
context | ||
return | void |
protected Render ( |
||
outputFileName | ||
withChildren | bool | |
return | void |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public XsltApplication ( Node parent ) : System | ||
parent | Node | |
return | System |
public XsltApplication ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected XsltApplication ( |
||
nt | ||
return | System |