Registry / serialization / java-xmlbuilder

java-xmlbuilder

JSON →
library1.3javamavenunverified

A utility library for creating simple XML documents programmatically using a fluent builder pattern in Java.

<dependency> <groupId>com.jamesmurty.utils</groupId> <artifactId>java-xmlbuilder</artifactId> <version>1.3</version> </dependency>
INSTALL
IMPORT
SIG · JAVA-XMLBUILDER
J
java-xmlbuilder
serializationjavav1.3
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.

XMLBuilder
com.jamesmurty.utils.XMLBuilder

Build an XML document with a fluent API and output as a string.

import com.jamesmurty.utils.XMLBuilder; XMLBuilder builder = XMLBuilder.create("root") .element("child") .attribute("attr", "value") .text("content"); String xml = builder.asString(); System.out.println(xml);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
java-xmlbuilder — mvn dependency:get java-xmlbuilder · libregistry