com.jclark.xsl.tr
Class SingleLevelNumberAction

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

 class SingleLevelNumberAction
extends java.lang.Object
implements Action


Constructor Summary
SingleLevelNumberAction(Pattern count, Pattern from, 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

SingleLevelNumberAction

SingleLevelNumberAction(Pattern count,
                        Pattern from,
                        NumberListFormatTemplate formatTemplate)
Method Detail

invoke

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