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.