NVelocity.Dvsl.Directive
Class MatchDirective

Velocity Directive to handle template registration of match declarations (like the XSLT match=)

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

Constructor Summary
MatchDirective()
        Initializes a new instance of the MatchDirective 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

MatchDirective

public MatchDirective()

Initializes a new instance of the MatchDirective 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)