com.jclark.xsl.tr
Class MultiLevelNumberAction

java.lang.Object
  |
  +--com.jclark.xsl.tr.MultiLevelNumberAction
All Implemented Interfaces:
Action

class MultiLevelNumberAction
extends java.lang.Object
implements Action


Nested Class Summary
(package private) static class MultiLevelNumberAction.Cache
           
(package private) static class MultiLevelNumberAction.CacheEntry
           
 
Constructor Summary
(package private) MultiLevelNumberAction(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

MultiLevelNumberAction

MultiLevelNumberAction(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
XSLException