| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2005-2014 Apache Software Foundation. All Rights Reserved.