com.jclark.xsl.tr
Class TemplateAttributeActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.TemplateAttributeAction
      extended by com.jclark.xsl.tr.TemplateAttributeActionDebug
All Implemented Interfaces:
Action

 class TemplateAttributeActionDebug
extends TemplateAttributeAction


Constructor Summary
TemplateAttributeActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, Name name, StringExpr value)
           
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateAttributeActionDebug

TemplateAttributeActionDebug(ActionDebugTarget target,
                             Node sheetNode,
                             java.lang.String templateIDHook,
                             Name name,
                             StringExpr value)
Method Detail

invoke

public void invoke(ProcessContext context,
                   Node sourceNode,
                   Result result)
            throws XSLException
Specified by:
invoke in interface Action
Overrides:
invoke in class TemplateAttributeAction
Throws:
XSLException