Package org.verapdf.report
Class XsltTransformer
- java.lang.Object
-
- org.verapdf.report.XsltTransformer
-
public final class XsltTransformer extends Object
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidtransform(InputStream source, InputStream xslt, OutputStream destination, Map<String,String> arguments)Creates html validation report
-
-
-
Method Detail
-
transform
public static void transform(InputStream source, InputStream xslt, OutputStream destination, Map<String,String> arguments) 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 transformationIOException- file system exceptions
-
-