Package org.verapdf.report
Class HTMLReport
- java.lang.Object
-
- org.verapdf.report.HTMLReport
-
public final class HTMLReport extends Object
Generating HTML validation report- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, boolean isFullHTML)Creates html validation reportstatic voidwriteHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, String parserType, boolean isFullHTML)Creates html validation report
-
-
-
Method Detail
-
writeHTMLReport
public static void writeHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, boolean isFullHTML) throws TransformerException
Creates html validation report- Parameters:
source- anInputStreaminstance that is the source Machine Readable Report.destination- anOutputStreamto write the HTML report to.- Throws:
TransformerException- if an unrecoverable error occurs during the course of the transformationTransformerException
-
writeHTMLReport
public static void writeHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, String parserType, boolean isFullHTML) throws TransformerException
Creates html validation report- Parameters:
source- anInputStreaminstance that is the source Machine Readable Report.destination- anOutputStreamto write the HTML report to.- Throws:
TransformerException- if an unrecoverable error occurs during the course of the transformationTransformerException
-
-