Uses of Interface
com.ctc.wstx.cfg.OutputConfigFlags
Packages that use OutputConfigFlags
Package
Description
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.*).
This package contains miscellaneous classes that implement Woodstox.
-
Uses of OutputConfigFlags in com.ctc.wstx.api
Classes in com.ctc.wstx.api that implement OutputConfigFlagsModifier and TypeClassDescriptionfinal class
Simple configuration container class; passed by writer factory to writer instance created. -
Uses of OutputConfigFlags in com.ctc.wstx.stax
Classes in com.ctc.wstx.stax that implement OutputConfigFlags -
Uses of OutputConfigFlags in com.ctc.wstx.sw
Classes in com.ctc.wstx.sw that implement OutputConfigFlagsModifier and TypeClassDescriptionclass
Mid-level base class of namespace-aware stream writers.class
Base class forXMLStreamWriter
implementations Woodstox has.class
Implementation ofXMLStreamWriter
used when namespace support is not enabled.final class
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.class
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
Intermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations.