| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.report.OutputXml
OutputXml | public class OutputXml (Code) | | Writes the XML document to an output stream.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:26 $ since: March 15, 2004 |
Method Summary | |
public void | write(Element rootEl, Writer out, String encoding) Sends the XML document to out using the given module
and data set.
Parameters: rootEl - the root element of the XML document. Parameters: out - the output stream to send the XML document.The writer is not closed by this method. Parameters: encoding - the output encoding of the given writer. |
DEFAULT_ENCODING | final public static String DEFAULT_ENCODING(Code) | | |
write | public void write(Element rootEl, Writer out, String encoding) throws IOException(Code) | | Sends the XML document to out using the given module
and data set.
Parameters: rootEl - the root element of the XML document. Parameters: out - the output stream to send the XML document.The writer is not closed by this method. Parameters: encoding - the output encoding of the given writer. Defaults toUTF-8. the root element generated. |
|
|