com.jclark.xsl.tr
Class SingleLevelNumberActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.SingleLevelNumberAction
      extended by com.jclark.xsl.tr.SingleLevelNumberActionDebug
All Implemented Interfaces:
Action

 class SingleLevelNumberActionDebug
extends SingleLevelNumberAction


Constructor Summary
SingleLevelNumberActionDebug(ActionDebugTarget target, Node sheetNode, java.lang.String templateIDHook, Pattern count, Pattern from, 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

SingleLevelNumberActionDebug

SingleLevelNumberActionDebug(ActionDebugTarget target,
                             Node sheetNode,
                             java.lang.String templateIDHook,
                             Pattern count,
                             Pattern from,
                             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 SingleLevelNumberAction
Throws:
XSLException