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 |
---|---|
Declaration |
PluginManager.getDeclarationByClass(String className)
Return the declaration object with the specified class.
|
Declaration |
PluginManager.getDeclarationById(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.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.