Uses of Class
org.apache.commons.digester.plugins.Declaration
-
Packages that use Declaration Package Description org.apache.commons.digester.plugins Thepluginspackage 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 Declaration Modifier and Type Method Description DeclarationPluginManager. getDeclarationByClass(java.lang.String className)Return the declaration object with the specified class.DeclarationPluginManager. getDeclarationById(java.lang.String id)Return the declaration object with the specified id.Methods in org.apache.commons.digester.plugins with parameters of type Declaration Modifier and Type Method Description voidPluginManager. addDeclaration(Declaration decl)Add the declaration to the set of known declarations.
-