Package | Description |
---|---|
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.atom | |
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.edsl.atom | |
org.apache.commons.digester3.examples.api.addressbook | |
org.apache.commons.digester3.examples.api.catalog | |
org.apache.commons.digester3.examples.api.dbinsert | |
org.apache.commons.digester3.examples.api.documentmarkup | |
org.apache.commons.digester3.examples.plugins.pipeline | |
org.apache.commons.digester3.examples.xmlrules.addressbook | |
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.rss |
Example usage of Digester to parse XML documents compatible with the
Rich Site Summary format used by many newsfeeds.
|
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.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.