Package com.googlecode.jslint4java.formatter

Interface Summary
JSLintResultFormatter An interface for converting a JSLintResult into a string.
 

Class Summary
CheckstyleXmlFormatter  
JSLintXmlFormatter Convert a single JSLintResult into an XML representation.
JUnitXmlFormatter After a bit of experimentation, this seems to be the best way to represent JSLint output in JUnit format:
PlainFormatter Output all JSLint errors to the console.
ReportFormatter Emit an HTML fragment containing JSLint's report on the input.
XmlFormatter A convenience super-class for generating XML through a StringBuilder.
 



Copyright © 2007-2012. All Rights Reserved.