Package org.verapdf.report
Class XsltTransformer
java.lang.Object
org.verapdf.report.XsltTransformer
- Author:
- Maksim Bezrukov
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidtransform(InputStream source, InputStream xslt, PrintWriter destination, Map<String, String> arguments) Creates html validation report
-
Method Details
-
transform
public static void transform(InputStream source, InputStream xslt, PrintWriter destination, Map<String, String> arguments) throws TransformerExceptionCreates html validation report- Parameters:
source- anInputStreaminstance that is the source Machine Readable Report.destination- anPrintWriterto write the HTML report to.- Throws:
TransformerException- if an unrecoverable error occurs during the course of the transformationTransformerException- file system exceptions
-