Uses of Class
org.apache.commons.digester3.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.digester3.plugins
Fields in org.apache.commons.digester3.plugins declared as PluginRulesModifier and TypeFieldDescriptionprivate PluginRulesPluginRules.parentThe 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 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).