Package com.ctc.wstx.sw
package com.ctc.wstx.sw
-
ClassesClassDescriptionConcrete implementation of
EncodingXmlWriter
used when output is to be encoded using 7-bit ascii (US-ASCII) encoding.Mid-level base class of namespace-aware stream writers.Base class forXMLStreamWriter
implementations Woodstox has.Intermediate base class used when outputting to streams that use an encoding that is compatible with 7-bit single-byte Ascii encoding.Concrete implementation ofEncodingXmlWriter
used when output is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding.Implementation ofXMLStreamWriter
used when namespace support is not enabled.Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.Namespace-aware implementation ofXMLStreamWriter
, that does namespace repairing, ie resolves possible conflicts between prefixes (add new bindings as necessary), as well as automatically creates namespace declarations as necessary.Namespace-aware implementation ofXMLStreamWriter
, that does not do namespace repairing, ie doesn't try to resolve possible conflicts between prefixes and namespace URIs, or automatically create namespace bindings.Class that encapsulates information about a specific element in virtual output stack for namespace-aware writers.Simple key class used to represent two-piece (attribute) names; first part being optional (URI), and second non-optional (local name).Intermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations.This is the base class for actual physical xml outputters.This is a simple wrapper class, which decorates anXmlWriter
to look like a Writer.This wrapper directs calls towriteRaw
methods.This wrapper directs calls towriteCharacters
methods.