This article contains instructions, advice, or how-to content. (May 2011) |
Stable release | 2.0.6.1
/ December 9, 2021 |
---|---|
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | XML binding |
License | Similar to Apache License |
Website | jdom |
JDOM is an open-source Java-based document object model for XML that was designed specifically for the Java platform so that it can take advantage of its language features.[1] JDOM integrates with Document Object Model (DOM) and Simple API for XML (SAX), supports XPath and XSLT.[2] It uses external parsers to build documents. JDOM was developed by Jason Hunter and Brett McLaughlin starting in March 2000.[3] It has been part of the Java Community Process as JSR 102, though that effort has since been abandoned.[4]