com.jclark.xsl.tr
Class ForEachAction

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

 class ForEachAction
extends java.lang.Object
implements Action


Constructor Summary
ForEachAction(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

ForEachAction

ForEachAction(NodeSetExpr expr,
              Action action)
Method Detail

invoke

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