NVelocity.Dvsl
Class TemplateHandler

Currently provides the match rule accumulation as well as the AST storage and rendering Rule stuff might be replaced with the dom4j RuleManager

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

Method Summary
void RegisterMatch(string xpath, NVelocity.Runtime.Parser.Node.SimpleNode node)

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


Constructor Detail

TemplateHandler

public TemplateHandler()

Initializes a new instance of the TemplateHandler class.

Method Detail

RegisterMatch

public void RegisterMatch(string xpath,
                          NVelocity.Runtime.Parser.Node.SimpleNode node)