test.org.benow.web.extension.counter
Class Counter
java.lang.Object
test.org.benow.web.extension.counter.Counter
public class Counter
- extends java.lang.Object
This is a fixed plain xalan extension.
- Author:
- andy
|
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 |
Counter
public Counter()
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)