Registry / serialization / jdom
library2.0.2javamavenunverified

A complete, Java-based solution for accessing, manipulating, and outputting XML data.

<dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> <version>2.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JDOM
J
jdom
serializationjavav2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Document
org.jdom2.Document

Parse an XML file into a JDOM Document.

SAXBuilder builder = new SAXBuilder(); Document doc = builder.build(new File("file.xml")); Element root = doc.getRootElement();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jdom — mvn dependency:get jdom · libregistry