# stax2-api **Repository Path**: mirrors_addons/stax2-api ## Basic Information - **Project Name**: stax2-api - **Description**: Extension API for Stax, Java pull-parsing API (STreaming Api for Xml) - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-03 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview Stax2 API is an extension to standard [Stax](http://en.wikipedia.org/wiki/StAX) API ("the STandard Api for Xml processing"), pull-parser API of JDK, added in JDK 6. ## Status [![Build Status](https://travis-ci.org/FasterXML/stax2-api.svg)](https://travis-ci.org/FasterXML/stax2-api) ## Support Stax2 API is implemented natively by following Stax XML implementations: * [Aalto](../../../aalto-xml) (performance-oriented, also non-blocking/async) * [Woodstox](../../../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 the 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 parsers to implement full Stax2 support. ## Usage Maven dependency is defined as: org.codehaus.woodstox stax2-api 4.2.2 Jars can be found from [Central Maven repo](http://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/). ## License and Copyright Copyright (c) 2008 FasterXML LLC This source code is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses.