com.jclark.xsl.tr

Class ExprNumberActionDebug

Implemented Interfaces:
Action

(package private) class ExprNumberActionDebug
extends ExprNumberAction

Constructor Summary

ExprNumberActionDebug(ActionDebugTarget target, Node sheetNode, String templateIDHook, NumberExpr expr, NumberListFormatTemplate formatTemplate)

Method Summary

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

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

invoke

Constructor Details

ExprNumberActionDebug

(package private)  ExprNumberActionDebug(ActionDebugTarget target,
                                         Node sheetNode,
                                         String templateIDHook,
                                         NumberExpr expr,
                                         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 ExprNumberAction