com.jclark.xsl.tr

Class ForEachActionDebug

Implemented Interfaces:
Action

(package private) class ForEachActionDebug
extends ForEachAction

Constructor Summary

ForEachActionDebug(ActionDebugTarget target, Node sheetNode, String templateIDHook, NodeSetExpr expr, Action action)

Method Summary

void
invoke(ProcessContext context, Node sourceNode, Result result)

Methods inherited from class com.jclark.xsl.tr.ForEachAction

invoke

Constructor Details

ForEachActionDebug

(package private)  ForEachActionDebug(ActionDebugTarget target,
                                      Node sheetNode,
                                      String templateIDHook,
                                      NodeSetExpr expr,
                                      Action action)

Method Details

invoke

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