All Packages
Package Summary
Package
Description
The
xmlrules package provides for XML-based definition of
rules for Digester.The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.The
handlers package contains
AnnotationHandler
implementations.The
reflect package supply missing JVM classes to alow user
manipulate entities as AnnotatedElement.Classes contained in this package are annotations that reflect Digester rules.
Contains commons utilities classes for Java5 Annotations manipulation.
The Digester EDSL allows configure Digester using fluent APIs.
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.The
plugins.strategies package contains "rule-finding" strategy
classes, and their associated "helper" loader classes.The
substitution provides for manipulation of xml attributes and
element body text before the data is processed by any Rule objects.The Digester package lets you configure an XML -> Java object mapping module,
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized.