Uses of Class
org.codehaus.stax2.ri.Stax2WriterImpl
-
Packages that use Stax2WriterImpl Package Description com.ctc.wstx.sw -
-
Uses of Stax2WriterImpl in com.ctc.wstx.sw
Subclasses of Stax2WriterImpl in com.ctc.wstx.sw Modifier and Type Class Description classBaseNsStreamWriterMid-level base class of namespace-aware stream writers.classBaseStreamWriterBase class forXMLStreamWriterimplementations Woodstox has.classNonNsStreamWriterImplementation ofXMLStreamWriterused when namespace support is not enabled.classRepairingNsStreamWriterNamespace-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.classSimpleNsStreamWriterNamespace-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.classTypedStreamWriterIntermediate base class that implements Typed Access API (Stax2 v3) for all (repairing, non-repairing, non-namespace) native stream writer implementations.
-