Registry / serialization / woodstox-core-lgpl

woodstox-core-lgpl

JSON →
library4.4.1javamavenunverified

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

<dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-lgpl</artifactId> <version>4.4.1</version> </dependency>
INSTALL
IMPORT
SIG · WOODSTOX-CORE-LGPL
W
woodstox-core-lgpl
serializationjavav4.4.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

Creates an XML stream reader using Woodstox and reads element text.

import com.ctc.wstx.stax.WstxInputFactory; import javax.xml.stream.XMLStreamReader; import java.io.StringReader; public class Quickstart { public static void main(String[] args) throws Exception { WstxInputFactory factory = new WstxInputFactory(); XMLStreamReader reader = factory.createXMLStreamReader(new StringReader("<root>Hello</root>")); System.out.println(reader.getElementText()); reader.close(); } }
Debug
Known issues
gotchaWoodstox 4.x uses LGPL license; ensure compatibility with your project's licensing.
fix
Consider using Woodstox 5.x (Apache 2.0) if licensing is a concern.
affects: 4.x
Upgrade
Version history
4.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
woodstox-core-lgpl — mvn dependency:get woodstox-core-lgpl · libregistry