Package | Description |
---|---|
org.apache.commons.digester3.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
Modifier and Type | Method and Description |
---|---|
RulesFactory |
PluginRules.getRulesFactory()
Return the rules factory object (or null if one has not been specified).
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRules.setRulesFactory(RulesFactory factory)
Set the object which is used to generate the new Rules instances created to hold and process the rules associated
with each plugged-in class.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.