By: | James Strachan |
Version: | 1.4 |
Last release: | 2003-04-06 |
First release: | 2001-01-29 |
Platforms: | Java 1.2 |
Category: | XML middleware |
Info on web: | http://dom4j.org/ |
Feedback: | Something wrong? Follow this link. |
dom4j is a Java toolkit for writing XML processing applications, with its own tree-based model for XML documents, inspired by the XPath data model. It has both event-based and tree-based modes, supports evaluation of XPath expressions against the document tree, and also has an implementation of its own tree model that supports the DOM. There is even alpha support for XML Schema data types.
dom4j uses Jaxen to provide XPath support.