com.jclark.xsl.tr
Class AppendActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.AppendAction
      extended by com.jclark.xsl.tr.AppendActionDebug
All Implemented Interfaces:
Action

 class AppendActionDebug
extends AppendAction


Constructor Summary
AppendActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook)
           
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
           
 
Methods inherited from class com.jclark.xsl.tr.AppendAction
add
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppendActionDebug

public AppendActionDebug(ActionDebugTarget target,
                         Node sheetNode,
                         java.lang.String templateIDHook)
Method Detail

invoke

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