NVelocity.Dvsl
Interface TransformTool

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

ApplyTemplates

public string ApplyTemplates()


ApplyTemplates

public string ApplyTemplates(NVelocity.Dvsl.DvslNode node,
                             string xpath)


ApplyTemplates

public string ApplyTemplates(NVelocity.Dvsl.DvslNode node)


ApplyTemplates

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 nodes
Returns:
The rendered result

Copy

public string Copy()


Get

public object Get(string key)


GetAppValue

public object GetAppValue(object key)


PutAppValue

public object PutAppValue(object key,
                          object value)