Uses of Package
com.ctc.wstx.sr
Packages that use com.ctc.wstx.sr
Package
Description
Package that contains Woodstox classes that implement DTD handling.
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
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.
-
Classes in com.ctc.wstx.sr used by com.ctc.wstx.dtdClassDescriptionShared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes.Interface implemented by input reader, and used by other components to report problem that are related to current input position.Interface only used by Woodstox core.Abstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.
-
Classes in com.ctc.wstx.sr used by com.ctc.wstx.evtClassDescriptionContainer class that is constructed with enough raw attribute information, to be able to lazily construct full attribute objects, to be accessed via Iterator, or fully-qualified name.Abstract base class that defines set of simple callbacks to be called by the stream reader, passing information about element that the stream currently points to, if any.
-
Classes in com.ctc.wstx.sr used by com.ctc.wstx.saxClassDescriptionShared base class that defines API stream reader uses to communicate with the attribute collector implementation, independent of whether it's operating in namespace-aware or non-namespace modes.Partial implementation of
XMLStreamReader2
consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes.Shared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes. -
Classes in com.ctc.wstx.sr used by com.ctc.wstx.srClassDescriptionContainer for information collected regarding a single element attribute instance.Shared base class that defines API stream reader uses to communicate with the attribute collector implementation, independent of whether it's operating in namespace-aware or non-namespace modes.Partial implementation of
XMLStreamReader2
consisting of all functionality other than DTD-validation-specific parts, and Typed Access API (Stax2 v3.0), which are implemented at sub-classes.Container class that is constructed with enough raw attribute information, to be able to lazily construct full attribute objects, to be accessed via Iterator, or fully-qualified name.Abstract base class that defines set of simple callbacks to be called by the stream reader, passing information about element that the stream currently points to, if any.Container for information collected regarding a single (start) element instance.Shared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes.Interface implemented by input reader, and used by other components to report problem that are related to current input position.Interface only used by Woodstox core.Interface that defines callbacks readers can use to access settings of the input factory that created them, as well as update cached data factory may store (shared symbol tables, cached DTDs etc).Interface that defines "internal Woodstox API".Abstract base class that defines some basic functionality that all Woodstox reader classes (main XML reader, DTD reader) extend from.Complete implementation ofXMLStreamReader2
, including Typed Access API (Stax2 v3.0) implementation.Implementation ofXMLStreamReader2
that builds onTypedStreamReader
and adds full DTD-handling including DTD validation -
Classes in com.ctc.wstx.sr used by com.ctc.wstx.staxClassDescriptionInterface that defines callbacks readers can use to access settings of the input factory that created them, as well as update cached data factory may store (shared symbol tables, cached DTDs etc).
-
Classes in com.ctc.wstx.sr used by com.ctc.wstx.swClassDescriptionShared base class that defines API stream reader uses to communicate with the attribute collector implementation, independent of whether it's operating in namespace-aware or non-namespace modes.Shared base class that defines API stream reader uses to communicate with the element stack implementation, independent of whether it's operating in namespace-aware or non-namespace modes.
-
Classes in com.ctc.wstx.sr used by com.ctc.wstx.utilClassDescriptionInterface implemented by input reader, and used by other components to report problem that are related to current input position.