Uses of Class
org.apache.commons.digester.plugins.PluginWrappedException

Packages that use PluginWrappedException
org.apache.commons.digester.plugins Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. 
 

Uses of PluginWrappedException in org.apache.commons.digester.plugins
 

Methods in org.apache.commons.digester.plugins that throw PluginWrappedException
 void Declaration.init(Digester digester)
          Must be called exactly once, and must be called before any call to the configure method.
 void Declaration.configure(Digester digester, java.lang.String pattern)
          Attempt to load custom rules for the target class at the specified pattern.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.