Digester - XML to Java Object Configuration (Version 1.8.1)

The Digester component of the Apache Commons subproject supports rules-based processing of arbitrary XML documents.

See the Package Description for the org.apache.commons.digester package for more information.

Packages
Package
Description
The Digester package provides for rules-based processing of arbitrary XML documents.
Provides for parser recognition and parser dependent code.
Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion.
This package contains "rule-finding" strategy classes, and their associated "helper" loader classes.
Provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects.
The xmlrules package provides for XML-based definition of rules for Digester.