| Package | Description | 
|---|---|
| com.ctc.wstx.sr | This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such. | 
| com.ctc.wstx.stax | This package contains miscellaneous classes that implement Woodstox. | 
| com.ctc.wstx.sw | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AttributeCollector. writeAttribute(int index,
              XmlWriter xw)Deprecated. 
 Since 5.0.3 | 
| void | AttributeCollector. writeAttribute(int index,
              XmlWriter xw,
              org.codehaus.stax2.validation.XMLValidator validator)Method that basically serializes the specified (read-in) attribute
 using Writers provided. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.codehaus.stax2.XMLStreamWriter2 | WstxOutputFactory. createSW(String enc,
        WriterConfig cfg,
        XmlWriter xw)Called by  WstxOutputFactory.createSW(OutputStream, Writer, String, boolean)after all of the nessesary configuration
 logic is complete. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsciiXmlWriterConcrete implementation of  EncodingXmlWriterused when output
 is to be encoded using 7-bit ascii (US-ASCII) encoding. | 
| class  | BufferingXmlWriter | 
| class  | EncodingXmlWriterIntermediate base class used when outputting to streams that use
 an encoding that is compatible with 7-bit single-byte Ascii encoding. | 
| class  | ISOLatin1XmlWriterConcrete implementation of  EncodingXmlWriterused when output
 is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected XmlWriter | XmlWriterWrapper. mWriter | 
| protected XmlWriter | BaseStreamWriter. mWriterActual physical writer to output serialized XML content to | 
| Modifier and Type | Method and Description | 
|---|---|
| static XmlWriterWrapper | XmlWriterWrapper. wrapWriteCharacters(XmlWriter xw) | 
| static XmlWriterWrapper | XmlWriterWrapper. wrapWriteRaw(XmlWriter xw) | 
| Constructor and Description | 
|---|
| BaseNsStreamWriter(XmlWriter xw,
                  String enc,
                  WriterConfig cfg,
                  boolean repairing) | 
| BaseStreamWriter(XmlWriter xw,
                String enc,
                WriterConfig cfg) | 
| NonNsStreamWriter(XmlWriter xw,
                 String enc,
                 WriterConfig cfg) | 
| RepairingNsStreamWriter(XmlWriter xw,
                       String enc,
                       WriterConfig cfg) | 
| SimpleNsStreamWriter(XmlWriter xw,
                    String enc,
                    WriterConfig cfg) | 
| TypedStreamWriter(XmlWriter xw,
                 String enc,
                 WriterConfig cfg) | 
| XmlWriterWrapper(XmlWriter writer) | 
Copyright © 2019 FasterXML. All rights reserved.