File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Overview
2
2
3
- Stax2 API is an extension to standard [ Stax] ( http://en.wikipedia.org/wiki/StAX ) API ("STandard Api for Xml procesing "),
3
+ Stax2 API is an extension to standard [ Stax] ( http://en.wikipedia.org/wiki/StAX ) API ("the STandard Api for Xml processing "),
4
4
pull-parser API of JDK, added in JDK 6.
5
5
6
6
## Status
@@ -15,15 +15,15 @@ Stax2 API is implemented natively by following Stax XML implementations:
15
15
* [ Aalto] ( ../../../aalto-xml ) (performance-oriented, also non-blocking/async)
16
16
* [ Woodstox] ( ../../../woodstox ) (full-featured, most compliant XML package on Java platform)
17
17
18
- In addition, Stax2 API contains wrapper implementations that can be used to support most of API on
18
+ In addition, Stax2 API contains wrapper implementations that can be used to support most of the API on
19
19
regular Stax implementations like Sun SJSXP (default Stax implementation bundled with JDK 1.6 and 1.7).
20
20
21
21
## Java package
22
22
23
23
API classes are in package ` org.codehaus.stax2 ` .
24
24
25
25
Stax2 API also contains partial Reference Implementation of many of API classes, under
26
- ` org.codehaus.stax2.ri ` : intention is to make it as painless as possible for Java Stax parser
26
+ ` org.codehaus.stax2.ri ` : intention is to make it as painless as possible for Java Stax parsers
27
27
to implement full Stax2 support.
28
28
29
29
## Usage
You can’t perform that action at this time.
0 commit comments