Package org.apache.ws.commons.serialize

Interface Summary

XMLWriterA simple serializer for XML documents, which is writing to an instance of java.io.Writer.

Class Summary

CharSetXMLWriterAn improved version of XMLWriterImpl, using thejava.nio.charset.Charset from Java 1.4.
DOMBuilderConverts a stream of SAX events into a DOM node.
DOMSerializerSerializes a DOM node into a stream of SAX events.
OrderedAttributeXMLWriterA subclass of XMLWriterImpl, which writes the attributes ordered alphabetically.
PassThroughXMLWriterA subclass of XMLWriterImpl, which is escaping nothing.
XMLWriterImplDefault implementation of XMLWriter.