org.apache.dvsl
Class TemplateHandler

java.lang.Object
  extended by org.apache.dvsl.TemplateHandler

public class TemplateHandler
extends Object

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

Author:
Geir Magnusson Jr.

Constructor Summary
TemplateHandler()
           
 
Method Summary
 void registerMatch(String xpath, SimpleNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateHandler

public TemplateHandler()
Method Detail

registerMatch

public void registerMatch(String xpath,
                          SimpleNode node)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.