Package com.ctc.wstx.sw


package com.ctc.wstx.sw
  • Classes
    Class
    Description
    Concrete 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 for XMLStreamWriter implementations Woodstox has.
    Concrete implementation of XmlWriter that will dispatch writes to another writer (of type Writer, and will NOT handle encoding.
    Intermediate base class used when outputting to streams that use an encoding that is compatible with 7-bit single-byte Ascii encoding.
    Concrete implementation of EncodingXmlWriter used when output is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding.
    Implementation of XMLStreamWriter 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 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.
    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.
    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 an XmlWriter to look like a Writer.
    This wrapper directs calls to writeRaw methods.
    This wrapper directs calls to writeCharacters methods.