NVelocity.Dvsl.Directive
Class NameDirective

To implement the functionality of <xsl:template name=>

Fields inherited from class NVelocity.Runtime.Directive.Directive
rsvc

Constructor Summary
NameDirective()
        Initializes a new instance of the NameDirective class.

Property Summary
string Name
int Type

Properties inherited from class NVelocity.Runtime.Directive.Directive
Column, Line

Method Summary
bool render(NVelocity.Context.InternalContextAdapter context, System.IO.TextWriter writer, NVelocity.Runtime.Parser.Node.INode node)

Methods inherited from class NVelocity.Runtime.Directive.Directive
init, setLocation

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

NameDirective

public NameDirective()

Initializes a new instance of the NameDirective class.

Property Detail

Name

public string Name


Type

public int Type

Method Detail

render

public bool render(NVelocity.Context.InternalContextAdapter context,
                   System.IO.TextWriter writer,
                   NVelocity.Runtime.Parser.Node.INode node)