Registry / serialization / woodstox-core

woodstox-core

JSON →
library7.2.1javamavenunverified

Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs.

<dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <version>7.2.1</version> </dependency>
INSTALL
IMPORT
SIG · WOODSTOX-CORE
W
woodstox-core
serializationjavav7.2.1
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.

WstxInputFactory
com.ctc.wstx.stax.WstxInputFactory

Parse XML using Woodstox StAX implementation.

import com.ctc.wstx.stax.WstxInputFactory; import javax.xml.stream.XMLStreamReader; import java.io.StringReader; public class WoodstoxExample { public static void main(String[] args) throws Exception { WstxInputFactory factory = new WstxInputFactory(); XMLStreamReader reader = factory.createXMLStreamReader(new StringReader("<root/>")); System.out.println(reader.getLocalName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
woodstox-core — mvn dependency:get woodstox-core · libregistry