Class DetailedReportXmlDefiner
java.lang.Object
eu.europa.esig.dss.detailedreport.DetailedReportXmlDefiner
public final class DetailedReportXmlDefiner extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
DETAILED_REPORT_SCHEMA_LOCATION
static String
DETAILED_REPORT_XSLT_HTML_BOOTSTRAP3_LOCATION
static String
DETAILED_REPORT_XSLT_HTML_BOOTSTRAP4_LOCATION
static String
DETAILED_REPORT_XSLT_PDF_LOCATION
static ObjectFactory
OBJECT_FACTORY
-
Method Summary
Modifier and Type Method Description static Templates
getHtmlBootstrap3Templates()
static Templates
getHtmlBootstrap4Templates()
static JAXBContext
getJAXBContext()
static Templates
getPdfTemplates()
static Schema
getSchema()
-
Field Details
-
DETAILED_REPORT_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
DETAILED_REPORT_XSLT_HTML_BOOTSTRAP3_LOCATION
- See Also:
- Constant Field Values
-
DETAILED_REPORT_XSLT_HTML_BOOTSTRAP4_LOCATION
- See Also:
- Constant Field Values
-
DETAILED_REPORT_XSLT_PDF_LOCATION
- See Also:
- Constant Field Values
-
OBJECT_FACTORY
-
-
Method Details
-
getJAXBContext
- Throws:
JAXBException
-
getSchema
- Throws:
IOException
SAXException
-
getHtmlBootstrap3Templates
public static Templates getHtmlBootstrap3Templates() throws TransformerConfigurationException, IOException -
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOException -
getPdfTemplates
-