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