Stax2 API

tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.

License

License

GroupId

GroupId

org.codehaus.woodstox
ArtifactId

ArtifactId

stax2-api
Last Version

Last Version

4.2.1
Release Date

Release Date

Type

Type

bundle
Description

Description

Stax2 API
tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
Project URL

Project URL

http://github.com/FasterXML/stax2-api
Project Organization

Project Organization

fasterxml.com
Source Code Management

Source Code Management

http://github.com/FasterXML/stax2-api

Download stax2-api

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Overview

Stax2 API is an extension to standard Stax API ("STandard Api for Xml procesing"), pull-parser API of JDK, added in JDK 6.

Status

Build Status

Support

Stax2 API is implemented natively by following Stax XML implementations:

  • Aalto (performance-oriented, also non-blocking/async)
  • Woodstox (full-featured, most compliant XML package on Java platform)

In addition, Stax2 API contains wrapper implementations that can be used to support most of API on regular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).

Java package

API classes are in package org.codehaus.stax2.

Stax2 API also contains partial Reference Implementation of many of API classes, under org.codehaus.stax2.ri: intention is to make it as painless as possible for Java Stax parser to implement full Stax2 support.

Usage

Maven dependency is defined as:

<dependency>
  <groupId>org.codehaus.woodstox</groupId>
  <artifactId>stax2-api</artifactId>
  <version>4.2</version>
</dependency>

Jars can be found from Central Maven repo.

License and Copyright

Copyright (c) 2008 FasterXML LLC [email protected]

This source code is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.

org.codehaus.woodstox

FasterXML, LLC

Versions

Version
4.2.1
4.2
4.1
4.0.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.9.9-3
2.9.9-2
2.9.9-1