Class Summary |
AsciiXmlWriter |
Concrete implementation of EncodingXmlWriter used when output
is to be encoded using 7-bit ascii (US-ASCII) encoding. |
BaseNsStreamWriter |
Mid-level base class of namespace-aware stream writers. |
BaseStreamWriter |
Base class for XMLStreamWriter implementations Woodstox has. |
BufferingXmlWriter |
Concrete implementation of XmlWriter that will dispatch writes
to another writer (of type Writer , and will NOT handle
encoding. |
EncodingXmlWriter |
Intermediate base class used when outputting to streams that use
an encoding that is compatible with 7-bit single-byte Ascii encoding. |
ISOLatin1XmlWriter |
Concrete implementation of EncodingXmlWriter used when output
is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding. |
NonNsStreamWriter |
Implementation of XMLStreamWriter used when namespace support
is not enabled. |
RepairingNsStreamWriter |
Namespace-aware implementation of XMLStreamWriter , that does
namespace repairing, ie resolves possible conflicts between prefixes
(add new bindings as necessary), as well as automatically creates
namespace declarations as necessary. |
SimpleNsStreamWriter |
Namespace-aware implementation of XMLStreamWriter , that does
not do namespace repairing, ie doesn't try to resolve possible
conflicts between prefixes and namespace URIs, or automatically
create namespace bindings. |
SimpleOutputElement |
Class that encapsulates information about a specific element in virtual
output stack, for writers that do support namespaces, but do NOT
do "repairing", that is, expect caller to provide full namespace
mapping and writing guidance. |
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. |