|
Class Summary |
| AttributeCollector |
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. |
| BasicStreamReader |
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. |
| CompactNsContext |
Simple implementation of separate non-transient namespace context
object. |
| ElemAttrs |
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. |
| ElemCallback |
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. |
| InputElementStack |
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. |
| StreamScanner |
Abstract base class that defines some basic functionality that all
Woodstox reader classes (main XML reader, DTD reader) extend from. |
| TypedStreamReader |
Complete implementation of XMLStreamReader2,
including Typed Access API (Stax2 v3.0) implementation. |
| ValidatingStreamReader |
Implementation of XMLStreamReader2
that builds on TypedStreamReader and adds full DTD-handling
including DTD validation |