public class ReportFormatter extends XmlFormatter implements JSLintResultFormatter
| Constructor and Description |
|---|
ReportFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
footer()
Return the footer for a result formatter.
|
String |
format(JSLintResult result)
Convert
JSLintResult into a suitably formatted String representation. |
String |
header()
Return the header for a result formatter.
|
protected String |
root()
The name of the root element.
|
attr, escapepublic String footer()
JSLintResultFormatterfooter in interface JSLintResultFormatterfooter in class XmlFormatterpublic String format(JSLintResult result)
JSLintResultFormatterJSLintResult into a suitably formatted String representation.format in interface JSLintResultFormatterpublic String header()
JSLintResultFormatterheader in interface JSLintResultFormatterheader in class XmlFormatterprotected String root()
XmlFormatterroot in class XmlFormatterCopyright © 2007-2013. All Rights Reserved.