|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
This is the tool interface exposed to the stylesheet.
Method Summary | |
---|---|
string | ApplyTemplates() |
string | ApplyTemplates(NVelocity.Dvsl.DvslNode node, string xpath) |
string | ApplyTemplates(NVelocity.Dvsl.DvslNode node) |
string |
ApplyTemplates(string xpath) Applies templates in the current stylesheet to the nodeset returned by the XPath expression |
string | Copy() |
object | Get(string key) |
object | GetAppValue(object key) |
object | PutAppValue(object key, object value) |
Method Detail |
---|
public string ApplyTemplates()
public string ApplyTemplates(NVelocity.Dvsl.DvslNode node, string xpath)
public string ApplyTemplates(NVelocity.Dvsl.DvslNode node)
public string ApplyTemplates(string xpath)
Applies templates in the current stylesheet to the nodeset returned by the XPath expression
Parameters:
xpath
- XPath expression to select nodespublic string Copy()
public object Get(string key)
public object GetAppValue(object key)
public object PutAppValue(object key, object value)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |