Package org.apache.ws.commons.serialize
| Interface Summary |
| XMLWriter | A simple serializer for XML documents, which is writing to
an instance of {@link java.io.Writer}. |
| Class Summary |
| CharSetXMLWriter | An improved version of {@link org.apache.ws.commons.serialize.XMLWriterImpl},
using the{@link java.nio.charset.Charset} from Java 1.4. |
| DOMBuilder | Converts a stream of SAX events into a DOM node. |
| DOMSerializer | Serializes a DOM node into a stream of SAX events. |
| OrderedAttributeXMLWriter | A subclass of {@link org.apache.ws.commons.serialize.XMLWriterImpl},
which writes the attributes ordered alphabetically. |
| PassThroughXMLWriter | A subclass of {@link org.apache.ws.commons.serialize.XMLWriterImpl},
which is escaping nothing. |
| XMLWriterImpl | Default implementation of {@link XMLWriter}. |
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.