Package | Description |
---|---|
com.ctc.wstx.api |
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*).
|
com.ctc.wstx.stax |
This package contains miscellaneous classes that implement Woodstox.
|
com.ctc.wstx.sw |
Modifier and Type | Class and Description |
---|---|
class |
WriterConfig
Simple configuration container class; passed by writer factory to writer
instance created.
|
Modifier and Type | Class and Description |
---|---|
class |
WstxOutputFactory
Implementation of
XMLOutputFactory for Wstx. |
Modifier and Type | Class and Description |
---|---|
class |
BaseNsStreamWriter
Mid-level base class of namespace-aware stream writers.
|
class |
BaseStreamWriter
Base class for
XMLStreamWriter implementations Woodstox has. |
class |
NonNsStreamWriter
Implementation of
XMLStreamWriter used when namespace support
is not enabled. |
class |
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. |
class |
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. |
class |
TypedStreamWriter
Intermediate base class that implements Typed Access API (Stax2 v3)
for all (repairing, non-repairing, non-namespace) native stream
writer implementations.
|
Copyright © 2018 FasterXML. All rights reserved.