com.jclark.xsl.tr
Class ExprNumberAction

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

 class ExprNumberAction
extends java.lang.Object
implements Action


Constructor Summary
ExprNumberAction(NumberExpr expr, NumberListFormatTemplate formatTemplate)
           
 
Method Summary
 void invoke(ProcessContext context, Node node, Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNumberAction

ExprNumberAction(NumberExpr expr,
                 NumberListFormatTemplate formatTemplate)
Method Detail

invoke

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