Class SimpleXmlClaimReporter

java.lang.Object
org.apache.rat.report.claim.SimpleXmlClaimReporter
All Implemented Interfaces:
RatReport

public class SimpleXmlClaimReporter extends Object implements RatReport
A claim reporter to write the XML document.
  • Constructor Details

    • SimpleXmlClaimReporter

      public SimpleXmlClaimReporter(IXmlWriter writer)
      Constructor.
      Parameters:
      writer - The writer to write the report to.
  • Method Details

    • report

      public void report(Document document) throws RatException
      Description copied from interface: RatReport
      Performs the actual reporting on the given document. Default implementation does nothing.
      Specified by:
      report in interface RatReport
      Parameters:
      document - write any reporting results into this document upon analysis.
      Throws:
      RatException - on error.