| Class | Description | 
|---|---|
| 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 | |
| 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. | 
| OutputElementBase | 
 Class that encapsulates information about a specific element in virtual
 output stack for namespace-aware writers. 
 | 
| 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 namespace-aware writers. 
 | 
| 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. | 
Copyright © 2018 FasterXML. All rights reserved.