|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.report.OutputXml
Writes the XML document to an output stream.
Field Summary | |
static java.lang.String |
DEFAULT_ENCODING
|
Constructor Summary | |
OutputXml()
|
Method Summary | |
void |
write(org.w3c.dom.Element rootEl,
java.io.Writer out,
java.lang.String encoding)
Sends the XML document to out using the given module and data set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_ENCODING
Constructor Detail |
public OutputXml()
Method Detail |
public void write(org.w3c.dom.Element rootEl, java.io.Writer out, java.lang.String encoding) throws java.io.IOException
rootEl
- the root element of the XML document.out
- the output stream to send the XML document.
The writer is not closed by this method.encoding
- the output encoding of the given writer. Defaults to
UTF-8.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |