com.jclark.xsl.tr
Class EmptyActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.EmptyAction
      extended by com.jclark.xsl.tr.EmptyActionDebug
All Implemented Interfaces:
Action

 class EmptyActionDebug
extends EmptyAction

a no-op


Constructor Summary
EmptyActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook)
           
 
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

EmptyActionDebug

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

invoke

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