com.googlecode.jslint4java.formatter
Class CheckstyleXmlFormatter

java.lang.Object
  extended by com.googlecode.jslint4java.formatter.XmlFormatter
      extended by com.googlecode.jslint4java.formatter.CheckstyleXmlFormatter
All Implemented Interfaces:
JSLintResultFormatter

public class CheckstyleXmlFormatter
extends XmlFormatter
implements JSLintResultFormatter


Constructor Summary
CheckstyleXmlFormatter()
           
 
Method Summary
 String format(JSLintResult result)
          Convert JSLintResult into a suitably formatted String representation.
protected  String root()
          The name of the root element.
 
Methods inherited from class com.googlecode.jslint4java.formatter.XmlFormatter
attr, escape, footer, header
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.jslint4java.formatter.JSLintResultFormatter
footer, header
 

Constructor Detail

CheckstyleXmlFormatter

public CheckstyleXmlFormatter()
Method Detail

root

protected String root()
Description copied from class: XmlFormatter
The name of the root element.

Specified by:
root in class XmlFormatter

format

public String format(JSLintResult result)
Description copied from interface: JSLintResultFormatter
Convert JSLintResult into a suitably formatted String representation.

Specified by:
format in interface JSLintResultFormatter


Copyright © 2007-2012. All Rights Reserved.