org.tm4j.config.xml
Class NonRemovingOCRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.commons.digester.ObjectCreateRule
          extended byorg.tm4j.config.xml.NonRemovingOCRule

public class NonRemovingOCRule
extends org.apache.commons.digester.ObjectCreateRule

This is a version of the ObjectCreateRule which does not remove the created object from the stack

Author:
Harald Kuhn, harald_kuhn at users.sourceforge.net

Field Summary
 
Fields inherited from class org.apache.commons.digester.ObjectCreateRule
attributeName, className
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
NonRemovingOCRule(java.lang.Class arg0)
           
NonRemovingOCRule(java.lang.String arg0)
           
NonRemovingOCRule(java.lang.String arg0, java.lang.Class arg1)
           
NonRemovingOCRule(java.lang.String arg0, java.lang.String arg1)
           
 
Method Summary
 void end()
           
 
Methods inherited from class org.apache.commons.digester.ObjectCreateRule
begin, toString
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonRemovingOCRule

public NonRemovingOCRule(java.lang.String arg0)

NonRemovingOCRule

public NonRemovingOCRule(java.lang.Class arg0)

NonRemovingOCRule

public NonRemovingOCRule(java.lang.String arg0,
                         java.lang.String arg1)

NonRemovingOCRule

public NonRemovingOCRule(java.lang.String arg0,
                         java.lang.Class arg1)
Method Detail

end

public void end()
         throws java.lang.Exception
Throws:
java.lang.Exception