Javadoc for package XXX
Packages
Package
Description
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.*).
Package that contains internal configuration settings for Woodstox.
Package that contains classes that allow abstracting out the details of
JDK platform version being used.
Package that contains Woodstox classes that implement DTD handling.
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
Package that contains all exceptions Woodstox readers and writers throw.
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
Contains classes that implement Stax2 OSGI providers for accessing
Stax2 input, output and validation scheme factories dynamically using
auto-discovery mechanism.
Contains Woodstox SAX implementation.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
This package contains miscellaneous classes that implement Woodstox.
Contains utility classes that are not directly Woodstox specific, but are
for now only used by Woodstox.