Registry / serialization / xembly

xembly

JSON →
library0.32.2javamavenunverified

Assembly for XML: a library for building XML documents programmatically.

<dependency> <groupId>com.jcabi.incubator</groupId> <artifactId>xembly</artifactId> <version>0.32.2</version> </dependency>
INSTALL
IMPORT
SIG · XEMBLY
X
xembly
serializationjavav0.32.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.

XMLDocument
com.jcabi.xml.XMLDocument

Parses an XML string into an XMLDocument and prints it.

import com.jcabi.xml.XMLDocument; public class Example { public static void main(String[] args) { XMLDocument doc = new XMLDocument("<root><item/></root>"); System.out.println(doc.toString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
xembly — mvn dependency:get xembly · libregistry