Uses of Package
com.ctc.wstx.io
Packages that use com.ctc.wstx.io
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 Woodstox classes that implement DTD handling.
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
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.
-
Classes in com.ctc.wstx.io used by com.ctc.wstx.apiClassDescriptionThis is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
-
Classes in com.ctc.wstx.io used by com.ctc.wstx.dtdClassDescriptionAbstract base class that defines common API used with both stream and reader-based input sources.Base class used by readers (specifically, by
StreamScanner
, and its sub-classes) to encapsulate input buffer portion of the class.Interface that defines API actual parsers (stream readers) can use to read input from various input sources. -
Classes in com.ctc.wstx.io used by com.ctc.wstx.entClassDescriptionInterface that defines API actual parsers (stream readers) can use to read input from various input sources.
-
Classes in com.ctc.wstx.io used by com.ctc.wstx.ioClassDescriptionAbstract base class that implements shared functionality that all current
WstxInputSource
implementations Woodstox includes need.Simple basic class for optimized Readers Woodstox has; implements "cookie-cutter" methods that are used by all actual implementations.Specialized input source that can "branch" input it reads; essentially both giving out read data AND also writing it out to a Writer.Abstract base class that defines common API used with both stream and reader-based input sources.Input bootstrap class used when input comes from a Reader; in this case, encoding is already known, and thus encoding from XML declaration (if any) is only double-checked, not really used.Input source that reads input via a Reader.Input bootstrap class used with streams, when encoding is not known (when encoding is specified by application, a reader is constructed, and then reader-based bootstrapper is used).Helper class that is used to defer construction ofURL
to help with cases where real URL is not actually needed, and incoming System Id may not even resolve properly.Base class used by readers (specifically, byStreamScanner
, and its sub-classes) to encapsulate input buffer portion of the class.Basic implementation ofLocation
, used by Wstx readers.Interface that defines API actual parsers (stream readers) can use to read input from various input sources. -
Classes in com.ctc.wstx.io used by com.ctc.wstx.srClassDescriptionSpecialized input source that can "branch" input it reads; essentially both giving out read data AND also writing it out to a Writer.Abstract base class that defines common API used with both stream and reader-based input sources.Base class used by readers (specifically, by
StreamScanner
, and its sub-classes) to encapsulate input buffer portion of the class.Basic implementation ofLocation
, used by Wstx readers.Interface that defines API actual parsers (stream readers) can use to read input from various input sources. -
Classes in com.ctc.wstx.io used by com.ctc.wstx.staxClassDescriptionAbstract base class that defines common API used with both stream and reader-based input sources.Helper class that is used to defer construction of
URL
to help with cases where real URL is not actually needed, and incoming System Id may not even resolve properly.