Package com.ctc.wstx.sw

Class Summary
BaseNsStreamWriter Mid-level base class of namespace-aware stream writers.
BaseStreamWriter Base class for XMLStreamWriter implementations Woodstox has.
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.