By: | The Apache XML Project |
Version: | 1.5 |
Last release: | 2003-04-27 |
Platforms: | Java |
Category: | Data binding engines |
Info on web: | http://jakarta.apache.org/commons/digester/ |
Feedback: | Something wrong? Follow this link. |
Digester is a simple XML data binding framework designed to make it easy to read data from XML configuration files to Java objects. It uses a configuration file defining mapping rules described using patterns that are designed to be implementable on top of SAX, while looking like XPath. If these patterns are not sufficient you can plug in the pattern engine of your choice.
Digester uses JAXP to find a SAX 2.0 parser.