| BaseNsStreamWriter |
Mid-level base class of namespace-aware stream writers.
|
| BaseStreamWriter |
Base class for XMLStreamWriter implementations Woodstox has.
|
| EncodingXmlWriter |
Intermediate base class used when outputting to streams that use
an encoding that is compatible with 7-bit single-byte Ascii encoding.
|
| OutputElementBase |
Class that encapsulates information about a specific element in virtual
output stack for namespace-aware writers.
|
| SimpleOutputElement |
Class that encapsulates information about a specific element in virtual
output stack for namespace-aware writers.
|
| SimpleOutputElement.AttrName |
Simple key class used to represent two-piece (attribute) names;
first part being optional (URI), and second non-optional (local name).
|
| TypedStreamWriter |
Intermediate base class that implements Typed Access API (Stax2 v3)
for all (repairing, non-repairing, non-namespace) native stream
writer implementations.
|
| XmlWriter |
This is the base class for actual physical xml outputters.
|
| XmlWriterWrapper |
This is a simple wrapper class, which decorates an XmlWriter
to look like a Writer.
|