| 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 | Method and Description |
|---|---|
Declaration |
PluginManager.getDeclarationByClass(java.lang.String className)
Return the declaration object with the specified class.
|
Declaration |
PluginManager.getDeclarationById(java.lang.String id)
Return the declaration object with the specified id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginManager.addDeclaration(Declaration decl)
Add the declaration to the set of known declarations.
|