com.jclark.xsl.tr
Class AnyLevelNumberAction

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

 class AnyLevelNumberAction
extends java.lang.Object
implements Action


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

AnyLevelNumberAction

AnyLevelNumberAction(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