Package | Description |
---|---|
com.ctc.wstx.api |
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*).
|
com.ctc.wstx.cfg |
Package that contains internal configuration settings for Woodstox.
|
com.ctc.wstx.compat |
Package that contains classes that allow abstracting out the details of
JDK platform version being used.
|
com.ctc.wstx.dom | |
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.ent |
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
|
com.ctc.wstx.evt |
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
|
com.ctc.wstx.exc |
Package that contains all exceptions Woodstox readers and writers throw.
|
com.ctc.wstx.io |
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
|
com.ctc.wstx.msv |
Package that contains Multi-Schema Validator (MSV) based validator
implementations for schema languages other than DTD.
|
com.ctc.wstx.osgi |
Contains classes that implement Stax2 OSGI providers for accessing
Stax2 input, output and validation scheme factories dynamically using
auto-discovery mechanism.
|
com.ctc.wstx.sax |
Contains Woodstox SAX implementation.
|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
com.ctc.wstx.stax |
This package contains miscellaneous classes that implement Woodstox.
|
com.ctc.wstx.sw | |
com.ctc.wstx.util |
Contains utility classes that are not directly Woodstox specific, but are
for now only used by Woodstox.
|
Package | Description |
---|---|
org.codehaus.stax2 | |
org.codehaus.stax2.evt | |
org.codehaus.stax2.io | |
org.codehaus.stax2.osgi | |
org.codehaus.stax2.ri |
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
|
org.codehaus.stax2.ri.dom | |
org.codehaus.stax2.ri.evt | |
org.codehaus.stax2.ri.typed | |
org.codehaus.stax2.typed | |
org.codehaus.stax2.util | |
org.codehaus.stax2.validation |