Uses of Class
org.apache.commons.digester.plugins.Declaration
Packages that use Declaration
Package
Description
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of Declaration in org.apache.commons.digester.plugins
Methods in org.apache.commons.digester.plugins that return DeclarationModifier and TypeMethodDescriptionPluginManager.getDeclarationByClass(String className) Return the declaration object with the specified class.PluginManager.getDeclarationById(String id) Return the declaration object with the specified id.Methods in org.apache.commons.digester.plugins with parameters of type DeclarationModifier and TypeMethodDescriptionvoidPluginManager.addDeclaration(Declaration decl) Add the declaration to the set of known declarations.