com.jclark.xsl.tr
Class MultiLevelNumberActionDebug

java.lang.Object
  extended by com.jclark.xsl.tr.MultiLevelNumberAction
      extended by com.jclark.xsl.tr.MultiLevelNumberActionDebug
All Implemented Interfaces:
Action

 class MultiLevelNumberActionDebug
extends MultiLevelNumberAction


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jclark.xsl.tr.MultiLevelNumberAction
MultiLevelNumberAction.Cache, MultiLevelNumberAction.CacheEntry
 
Constructor Summary
MultiLevelNumberActionDebug(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

MultiLevelNumberActionDebug

MultiLevelNumberActionDebug(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 MultiLevelNumberAction
Throws:
XSLException