com.jclark.xsl.tr
Class ForEachActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ForEachAction
      extended by com.jclark.xsl.tr.ForEachActionDebug
All Implemented Interfaces:
Action

 class ForEachActionDebug
extends ForEachAction


Constructor Summary
ForEachActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, NodeSetExpr expr, Action action)
           
 
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

ForEachActionDebug

ForEachActionDebug(ActionDebugTarget target,
                   Node sheetNode,
                   java.lang.String templateIDHook,
                   NodeSetExpr expr,
                   Action action)
Method Detail

invoke

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