|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLWriter | |
---|---|
org.apache.ws.commons.serialize |
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 XMLWriter | |
---|---|
class |
CharSetXMLWriter
An improved version of XMLWriterImpl ,
using theCharset from Java 1.4. |
class |
OrderedAttributeXMLWriter
A subclass of XMLWriterImpl ,
which writes the attributes ordered alphabetically. |
class |
PassThroughXMLWriter
A subclass of XMLWriterImpl ,
which is escaping nothing. |
class |
XMLWriterImpl
Default implementation of XMLWriter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |