org.owasp.orizon.report
Class PlainXMLFormatter

java.lang.Object
  extended by org.owasp.orizon.report.PlainXMLFormatter
All Implemented Interfaces:
Formatter

public class PlainXMLFormatter
extends java.lang.Object
implements Formatter

Author:
thesp0nge

Field Summary
 
Fields inherited from interface org.owasp.orizon.report.Formatter
HTML_FORMATTING, PLAIN_FORMATTING, XML_FORMATTING
 
Constructor Summary
PlainXMLFormatter()
           
 
Method Summary
 java.lang.String footer(java.lang.String s)
           
 java.lang.String format(Reportable r)
           
 java.lang.String format(java.lang.String s)
           
 java.lang.String header(java.lang.String s)
           
 java.lang.String horizontalLine()
           
 java.lang.String newLine()
           
 java.lang.String startListReportable()
           
 java.lang.String stopListReportable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainXMLFormatter

public PlainXMLFormatter()
Method Detail

footer

public java.lang.String footer(java.lang.String s)
Specified by:
footer in interface Formatter

format

public java.lang.String format(Reportable r)
Specified by:
format in interface Formatter

format

public java.lang.String format(java.lang.String s)
Specified by:
format in interface Formatter

header

public java.lang.String header(java.lang.String s)
Specified by:
header in interface Formatter

startListReportable

public java.lang.String startListReportable()
Specified by:
startListReportable in interface Formatter

stopListReportable

public java.lang.String stopListReportable()
Specified by:
stopListReportable in interface Formatter

newLine

public java.lang.String newLine()
Specified by:
newLine in interface Formatter

horizontalLine

public java.lang.String horizontalLine()
Specified by:
horizontalLine in interface Formatter