com.jclark.xsl.tr

Class SingleLevelNumberActionDebug

Implemented Interfaces:
Action

(package private) class SingleLevelNumberActionDebug
extends SingleLevelNumberAction

Constructor Summary

SingleLevelNumberActionDebug(ActionDebugTarget target, Node sheetNode, String templateIDHook, Pattern count, Pattern from, NumberListFormatTemplate formatTemplate)

Method Summary

void
invoke(ProcessContext context, Node sourceNode, Result result)

Methods inherited from class com.jclark.xsl.tr.SingleLevelNumberAction

invoke

Constructor Details

SingleLevelNumberActionDebug

(package private)  SingleLevelNumberActionDebug(ActionDebugTarget target,
                                                Node sheetNode,
                                                String templateIDHook,
                                                Pattern count,
                                                Pattern from,
                                                NumberListFormatTemplate formatTemplate)

Method Details

invoke

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