Uses of Class
org.apache.commons.digester.plugins.PluginRules
Packages that use PluginRules
Package
Description
The
plugins
package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of PluginRules in org.apache.commons.digester.plugins
Fields in org.apache.commons.digester.plugins declared as PluginRulesModifier and TypeFieldDescriptionprivate 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.digester.plugins with parameters of type PluginRulesModifierConstructorDescription(package private)
PluginRules
(Digester digester, String mountPoint, PluginRules parent, Class<?> pluginClass) Constructs a Rules instance which has a parent Rules object (which is different from having a delegate rules object).