Uses of Interface
org.apache.ws.commons.serialize.XMLWriter
Packages that use XMLWriter
Package
Description
This package contains classes for serializing XML to an instance of
Writer
, much like the javax.xml.transform.stream
package.-
Uses of XMLWriter in org.apache.ws.commons.serialize
Classes in org.apache.ws.commons.serialize that implement XMLWriterModifier and TypeClassDescriptionclass
An improved version ofXMLWriterImpl
, using theCharset
from Java 1.4.class
A subclass ofXMLWriterImpl
, which writes the attributes ordered alphabetically.class
A subclass ofXMLWriterImpl
, which is escaping nothing.class
Default implementation ofXMLWriter
.