Module
urn:org:ten60:netkernel:ext:xml:core
Class
org.ten60.netkernel.xml.transrepresentation.DOMXDASerializer
Purpose
Serializes an XML DOM to an XML byestream
Takes a org.ten60.netkernel.xml.representation.IAspectDOM
(an org.w3c.dom)
and converts it to a com.ten60.netkernel.urii.aspect.IAspectReadableBinaryStream
(a native
byte array and java.io.InputStream) A simple non 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.