Module
urn:org:ten60:netkernel:ext:xml:core
Class
org.ten60.netkernel.xml.transrepresentation.XmlObjectSerializer
Purpose
Serializes an XmlObject to an XML byestream
Takes a org.ten60.netkernel.xml.representation.IAspectXmlObject
(an apache XMLBean)
and converts it to a com.ten60.netkernel.urii.aspect.IAspectReadableBinaryStream
(a native
byte array and java.io.InputStream) A simple indenting formatter is used for serialisation of XML. If
the mime type of the resource is text/html
a special HTML serializer is used which
ensures a browser parseable XHTML is output.