Registry / serialization / staxmate

staxmate

JSON →
library2.0.1javamavenunverified

A lightweight framework that adds convenience to streaming XML-processing on top of Stax (JSR-173) compliant XML processors.

<dependency> <groupId>org.codehaus.staxmate</groupId> <artifactId>staxmate</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · STAXMATE
S
staxmate
serializationjavav2.0.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.

SMInputFactory
org.codehaus.staxmate.SMInputFactory

Minimal example of creating an XML stream reader with StaxMate.

import org.codehaus.staxmate.SMInputFactory; import javax.xml.stream.XMLStreamReader; SMInputFactory factory = new SMInputFactory(); XMLStreamReader reader = factory.createXMLStreamReader(new FileInputStream("data.xml"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
staxmate — mvn dependency:get staxmate · libregistry