Registry / serialization / txw2
library4.0.7javamavenunverified

A library for writing XML documents programmatically, part of the JAXB reference implementation.

<dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>txw2</artifactId> <version>4.0.7</version> </dependency>
INSTALL
IMPORT
SIG · TXW2
T
txw2
serializationjavav4.0.7
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.

TXW
org.glassfish.jaxb.txw2.TXW

Basic XML document creation using TXW.

import org.glassfish.jaxb.txw2.TXW; import org.glassfish.jaxb.txw2.TypedXmlWriter; public class Example { public static void main(String[] args) { TXW txw = new TXW(); TypedXmlWriter writer = txw.createWriter(); writer.writeStartElement("root"); writer.writeEndElement(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
txw2 — mvn dependency:get txw2 · libregistry