Uses of Class
com.ctc.wstx.sw.TypedStreamWriter
Packages that use TypedStreamWriter
-
Uses of TypedStreamWriter in com.ctc.wstx.sw
Subclasses of TypedStreamWriter in com.ctc.wstx.swModifier and TypeClassDescriptionclassMid-level base class of namespace-aware stream writers.classImplementation ofXMLStreamWriterused when namespace support is not enabled.final classNamespace-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.classNamespace-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.