com.jclark.xsl.tr
Class ProcessActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ParamAction
      extended by com.jclark.xsl.tr.ProcessAction
          extended by com.jclark.xsl.tr.ProcessActionDebug
All Implemented Interfaces:
Action

 class ProcessActionDebug
extends ProcessAction

apply-templates!


Constructor Summary
ProcessActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, NodeSetExpr expr, Name modeName)
           
 
Method Summary
 void invoke(ProcessContext context, Node sourceNode, Result result)
           
 
Methods inherited from class com.jclark.xsl.tr.ParamAction
addParam, getParamNames, getParamValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessActionDebug

ProcessActionDebug(ActionDebugTarget target,
                   Node sheetNode,
                   java.lang.String templateIDHook,
                   NodeSetExpr expr,
                   Name modeName)
Method Detail

invoke

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