Interface to be implemented by classes which can be used to render
the output of publishing objects to XML to a particular format, e.g.
HTML, XML or PDF.
author: Michael Bell version: $Revision: 1.1 $
Method Summary
public void
render(XMLDocument xdoc, Templates templates, OutputStream out) Transforms the XMLDocument using the given Templates
and whatever necessary processing is needed to the given OutputStream.
Transforms the XMLDocument using the given Templates
and whatever necessary processing is needed to the given OutputStream.
Parameters: xdoc - Parameters: templates - Parameters: out -