com.jclark.xsl.tr
Class ExprNumberActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.ExprNumberAction
      extended by com.jclark.xsl.tr.ExprNumberActionDebug
All Implemented Interfaces:
Action

 class ExprNumberActionDebug
extends ExprNumberAction


Constructor Summary
ExprNumberActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, NumberExpr expr, NumberListFormatTemplate formatTemplate)
           
 
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

ExprNumberActionDebug

ExprNumberActionDebug(ActionDebugTarget target,
                      Node sheetNode,
                      java.lang.String templateIDHook,
                      NumberExpr expr,
                      NumberListFormatTemplate formatTemplate)
Method Detail

invoke

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