test.org.benow.web.extension.counter
Class Counter

java.lang.Object
  extended by test.org.benow.web.extension.counter.Counter

public class Counter
extends java.lang.Object

This is a fixed plain xalan extension.

Author:
andy

Constructor Summary
Counter()
           
 
Method Summary
 void incr(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall extElem)
           
 void init(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall extElem)
           
 int read(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

init

public void init(org.apache.xalan.extensions.XSLProcessorContext context,
                 org.apache.xalan.templates.ElemExtensionCall extElem)

read

public int read(java.lang.String name)

incr

public void incr(org.apache.xalan.extensions.XSLProcessorContext context,
                 org.apache.xalan.templates.ElemExtensionCall extElem)