Package org.verapdf.report
Class HTMLReport
java.lang.Object
org.verapdf.report.HTMLReport
Generating HTML validation report
- Author:
- Maksim Bezrukov
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, boolean isFullHTML) Creates html validation reportstatic voidwriteHTMLReport(InputStream source, PrintWriter destination, boolean isMultiJob, String wikiPath, boolean isFullHTML) static voidwriteHTMLReport(InputStream source, PrintWriter destination, boolean isMultiJob, String wikiPath, String parserType, boolean isFullHTML) Creates html validation report
-
Method Details
-
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, PrintWriter destination, boolean isMultiJob, String wikiPath, boolean isFullHTML) throws TransformerException - Throws:
TransformerException
-
writeHTMLReport
public static void writeHTMLReport(InputStream source, PrintWriter 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
-