org.apache.ws.commons.serialize.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ws-commons-util Show documentation
Show all versions of ws-commons-util Show documentation
This is a small collection of utility classes, that allow high performance XML
processing based on SAX. Basically, it is assumed, that you are using an JAXP
1.1 compliant XML parser and nothing else. In particular, no dependency on the
javax.xml.transform package is introduced.
The newest version!
Package Documentation for org.apache.ws.commons.util Package
This package contains classes for serializing XML to an instance of
{@link java.io.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.