Packages |
org.apache.commons.digester3 |
The xmlrules package provides for XML-based definition of
rules for Digester . |
org.apache.commons.digester3.annotations |
The annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
org.apache.commons.digester3.annotations.handlers |
The handlers package contains
AnnotationHandler
implementations. |
org.apache.commons.digester3.annotations.reflect |
The reflect package supply missing JVM classes to alow user
manipulate entities as AnnotatedElement . |
org.apache.commons.digester3.annotations.rules |
Classes contained in this package are annotations that reflect Digester rules. |
org.apache.commons.digester3.annotations.utils |
Contains commons utilities classes for Java5 Annotations manipulation. |
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs. |
org.apache.commons.digester3.plugins |
The plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
org.apache.commons.digester3.plugins.strategies |
The plugins.strategies package contains "rule-finding" strategy
classes, and their associated "helper" loader classes. |
org.apache.commons.digester3.substitution |
The substitution provides for manipulation of xml attributes and
element body text before the data is processed by any Rule objects. |
org.apache.commons.digester3.xmlrules |
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. |