Uses of Class
com.ctc.wstx.sw.BaseStreamWriter

Packages that use BaseStreamWriter
Package
Description
 
  • Uses of BaseStreamWriter in com.ctc.wstx.sw

    Modifier and Type
    Class
    Description
    class 
    Mid-level base class of namespace-aware stream writers.
    class 
    Implementation of XMLStreamWriter used when namespace support is not enabled.
    final class 
    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.
    class 
    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 
    Intermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations.