public final class HTMLReport extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeHTMLReport(InputStream source,
OutputStream destination,
boolean isMultiJob,
String wikiPath,
boolean isFullHTML)
Creates html validation report
|
static void |
writeHTMLReport(InputStream source,
OutputStream destination,
boolean isMultiJob,
String wikiPath,
String parserType,
boolean isFullHTML)
Creates html validation report
|
public static void writeHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, boolean isFullHTML) throws TransformerException
source - an InputStream instance that is the source Machine
Readable Report.destination - an OutputStream to write the HTML report to.TransformerException - if an unrecoverable error occurs during the course of the
transformationTransformerExceptionpublic static void writeHTMLReport(InputStream source, OutputStream destination, boolean isMultiJob, String wikiPath, String parserType, boolean isFullHTML) throws TransformerException
source - an InputStream instance that is the source Machine
Readable Report.destination - an OutputStream to write the HTML report to.TransformerException - if an unrecoverable error occurs during the course of the
transformationTransformerExceptionCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.