Registry / serialization / xom
library1.4.4javamavenunverified

Provides a dual streaming/tree API for processing XML with a focus on simplicity and correctness.

<dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.4.4</version> </dependency>
INSTALL
IMPORT
SIG · XOM
X
xom
serializationjavav1.4.4
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.

Builder
nu.xom.Builder

Minimal usage showing import of the XOM Builder class.

import nu.xom.Builder; // Example: parse an XML document Builder builder = new Builder(); Document doc = builder.build("file.xml");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
xom — mvn dependency:get xom · libregistry