Apache Jakarta Commons Digester
Add to favorites
JDK version:1.4
Web site:http://jakarta.apache.org/commons/digester/ [License]
Many Jakarta projects read XML configuration files to provide initialization of various Java objects within the system. There are several ways of doing this, and the Digester component was designed to provide a common implementation that can be used in many different projects.
Packages
org.apache.commons.digesterThe Digester package provides for rules-based processing of arbitrary XML documents.
org.apache.commons.digester.parserProvides for parser recognition and parser dependent code.
org.apache.commons.digester.plugins

Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion.

org.apache.commons.digester.plugins.strategies

This package contains "rule-finding" strategy classes, and their associated "helper" loader classes.

org.apache.commons.digester.substitutionProvides for manipulation of xml attributes and element body text before the data is processed by any Rule objects.
org.apache.commons.digester.xmlrules

The xmlrules package provides for XML-based definition of rules for Digester.