Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

FasterXML/stax2-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stax2 API is an extension to standardStax API ("the STandard Api for Xml processing"),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 the API onregular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).

Java package

API classes are in packageorg.codehaus.stax2.

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

Usage

Maven dependency is defined as:

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

Jars can be found fromCentral Maven repo.

License and Copyright

Copyright (c) 2008 FasterXML LLCinfo@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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors11

Languages


[8]ページ先頭

©2009-2025 Movatter.jp