| Package | Description |
|---|---|
| org.apache.commons.digester.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
| Modifier and Type | Field and Description |
|---|---|
private PluginRules |
PluginRules.parent
The Rules object that holds rules applying "above" the mountpoint,
ie the next Rules object down in the stack.
|
| Constructor and 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).
|