com.googlecode.jslint4java.formatter
Class XmlFormatter
java.lang.Object
com.googlecode.jslint4java.formatter.XmlFormatter
- Direct Known Subclasses:
- CheckstyleXmlFormatter, JSLintXmlFormatter, JUnitXmlFormatter, ReportFormatter
public abstract class XmlFormatter
- extends Object
A convenience super-class for generating XML through a StringBuilder
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlFormatter
public XmlFormatter()
attr
protected String attr(String key,
String value)
escape
protected String escape(String str)
footer
public String footer()
header
public String header()
root
protected abstract String root()
- The name of the root element.
Copyright © 2007-2012. All Rights Reserved.