Package org.apache.ws.commons.serialize
package 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. The main differences are, that the serializer classes depend
on JAXP 1.1 only (as opposed to JAXP 1.2, which introduced the
javax.xml.transform
package) and that they allow a more
granular handling of namespaces.
-
ClassDescriptionAn improved version of
XMLWriterImpl
, using theCharset
from Java 1.4.Converts a stream of SAX events into a DOM node.Serializes a DOM node into a stream of SAX events.A subclass ofXMLWriterImpl
, which writes the attributes ordered alphabetically.A subclass ofXMLWriterImpl
, which is escaping nothing.A simple serializer for XML documents, which is writing to an instance ofWriter
.Default implementation ofXMLWriter
.