Uses of Class
org.apache.commons.digester3.plugins.PluginRules
-
Packages that use PluginRules Package Description org.apache.commons.digester3.plugins Theplugins
package provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. -
-
Uses of PluginRules in org.apache.commons.digester3.plugins
Fields in org.apache.commons.digester3.plugins declared as PluginRules Modifier and Type Field Description private PluginRules
PluginRules. parent
The Rules object that holds rules applying "above" the mountpoint, ie the next Rules object down in the stack.Constructors in org.apache.commons.digester3.plugins with parameters of type PluginRules Constructor Description PluginRules(Digester digester, java.lang.String mountPoint, PluginRules parent, java.lang.Class<?> pluginClass)
Constructs a Rules instance which has a parent Rules object (which is different from having a delegate rules object).
-