public class XmlReportGenerator extends Object
PadesValidationReport to its xml representation.| Modifier and Type | Field and Description |
|---|---|
static String |
DOC_NS |
static String |
DS_NS |
static String |
XS_NS |
static String |
XSI_NS |
| Constructor and Description |
|---|
XmlReportGenerator(XmlReportOptions options)
Instantiate a new instance of XmlReportGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate(PadesValidationReport report,
Writer writer)
Generate xlm representation of a
PadesValidationReport. |
public static final String DOC_NS
public static final String DS_NS
public static final String XSI_NS
public static final String XS_NS
public XmlReportGenerator(XmlReportOptions options)
options - the conversion options to usepublic void generate(PadesValidationReport report, Writer writer) throws TransformerException, ParserConfigurationException
PadesValidationReport.report - the report to transformwriter - the writer instance to write the resulting xml toTransformerException - if an unrecoverable error occurs during the course of the transformationParserConfigurationException - if the DocumentBuilderFactory cannot support a configured featureCopyright © 1998–2025 Apryse Group NV. All rights reserved.