public class XMLRenderer extends OnTheFlyRenderer
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
encoding |
errors, suppressedshowSuppressedViolations| Constructor and Description |
|---|
XMLRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
renderFileViolations(java.util.Iterator<IRuleViolation> violations) |
void |
start() |
render, renderFileReportgetWriter, render, setWriter, showSuppressedViolations, startFileAnalysispublic void start()
throws java.io.IOException
start in interface Rendererstart in class OnTheFlyRendererjava.io.IOExceptionpublic void renderFileViolations(java.util.Iterator<IRuleViolation> violations) throws java.io.IOException
renderFileViolations in class OnTheFlyRendererjava.io.IOExceptionpublic void end()
throws java.io.IOException
end in interface Rendererend in class OnTheFlyRendererjava.io.IOException