Woodstox [forked by nkutsche]

Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs [Forked:] This forked Woodstox version was adjusted to provide Attribute position informations for the SQF implementation by Nico Kutscherauer

License

License

GroupId

GroupId

com.github.nkutsche
ArtifactId

ArtifactId

woodstox-core
Last Version

Last Version

5.2.1
Release Date

Release Date

Type

Type

bundle
Description

Description

Woodstox [forked by nkutsche]
Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs [Forked:] This forked Woodstox version was adjusted to provide Attribute position informations for the SQF implementation by Nico Kutscherauer
Project URL

Project URL

https://github.com/nkutsche/woodstox
Project Organization

Project Organization

Nico Kutscherauer
Source Code Management

Source Code Management

https://github.com/nkutsche/woodstox

Download woodstox-core

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.woodstox : stax2-api jar 3.1.4

provided (5)

Group / Artifact Type Version
javax.xml.stream : stax-api jar 1.0-2
net.java.dev.msv : msv-core Optional jar 2013.6.1
net.java.dev.msv : msv-rngconverter Optional jar 2013.6.1
net.java.dev.msv : xsdlib Optional jar 2013.6.1
org.apache.felix : org.osgi.core Optional jar 1.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Overview

The gold standard Stax XML API implementation. Now at Github.

[FORKED VERSION] Plese note, that this is a forked version of FasterXML/woodstox.

Get it!

Maven

The most common way is to use Maven (or Ivy) to access it from Maven Central repository. Coordinates for this are:

  • Group id: com.github.nkutsche
  • Artifact id: woodstox-core
  • Latest published version: 5.2.1 (10-Sep-2017)
    • (NOTE! Version 5.0.0 was accidentally released as broken, not containing actual classes -- 5.0.1 is the first functioning 5.x version).

Note that Maven id has changed since Woodstox 4.x.

Requirements

Woodstox 5 and above require Java 6 (JDK 1.6); as well as Stax API that is included in JDK. The only other mandatory dependence is Stax2 API, extended API implemented by Woodstox and some other Stax implementations (like Aalto.

Optional dependency is Multi-Schema Validator (MSV) that is needed if using XML Schema or RelaxNG validation functionality

License

Woodstox 5.x is licensed under Apache 2 license.

Documentation etc

Versions

Version
5.2.1
5.1.0