dom4j

from Wikipedia, the free encyclopedia
dom4j
Basic data

Current  version 2.1.1
( July 1, 2018 )
operating system Platform independence
programming language Java
category XML Framework
License BSD license
dom4j.github.io

dom4j is in the Java programming language written open source - programming interface (API) for accessing and processing XML -documents. It is compatible with DOM , SAX and JAXP .

We are currently working on version 2.0, which is primarily a refactoring to the new language features of Java 5.

Other Java DOM implementations

JDOM has been in version 1.1 since November 2007 and is very similar to dom4j. The handling of the XML technology XML Path Language (XPath) is integrated in this interface (class: org.jdom.xpath). Jdom is an open source project.

XOM (XML Object Model) is a fast programming interface that requires little memory.

Web links

Individual evidence

  1. version-2.1.1 . (English, accessed July 28, 2018).
  2. Goals for version 2.0