Skip to content

FasterXML/stax2-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

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.

Copyright (c) 2008 FasterXML LLC info@fasterxml.com

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

About

Extension API for Stax, Java pull-parsing API (STreaming Api for Xml)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages