de.pannenleiter.xmlapache
Class Store

java.lang.Object
  |
  +--de.pannenleiter.xmlapache.Store

public class Store
extends java.lang.Object

Store -- this xml extention element wraps a database transaction


Field Summary
static java.lang.Exception exHack
           
 
Constructor Summary
Store()
           
 
Method Summary
static void archive(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
static void list(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
static void remove(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
static void transaction(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
static void variable(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
static void write(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exHack

public static java.lang.Exception exHack
Constructor Detail

Store

public Store()
Method Detail

transaction

public static void transaction(org.apache.xalan.xslt.XSLProcessorContext context,
                               org.apache.xalan.xslt.ElemExtensionCall that)
                        throws java.lang.Exception

variable

public static void variable(org.apache.xalan.xslt.XSLProcessorContext context,
                            org.apache.xalan.xslt.ElemExtensionCall that)
                     throws java.lang.Exception

archive

public static void archive(org.apache.xalan.xslt.XSLProcessorContext context,
                           org.apache.xalan.xslt.ElemExtensionCall that)
                    throws java.lang.Exception

write

public static void write(org.apache.xalan.xslt.XSLProcessorContext context,
                         org.apache.xalan.xslt.ElemExtensionCall that)
                  throws java.lang.Exception

remove

public static void remove(org.apache.xalan.xslt.XSLProcessorContext context,
                          org.apache.xalan.xslt.ElemExtensionCall that)
                   throws java.lang.Exception

list

public static void list(org.apache.xalan.xslt.XSLProcessorContext context,
                        org.apache.xalan.xslt.ElemExtensionCall that)
                 throws java.lang.Exception