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 StringDETAILED_REPORT_SCHEMA_LOCATIONstatic StringDETAILED_REPORT_XSLT_HTML_BOOTSTRAP3_LOCATIONstatic StringDETAILED_REPORT_XSLT_HTML_BOOTSTRAP4_LOCATIONstatic StringDETAILED_REPORT_XSLT_PDF_LOCATIONstatic ObjectFactoryOBJECT_FACTORY
-
Method Summary
Modifier and Type Method Description static TemplatesgetHtmlBootstrap3Templates()static TemplatesgetHtmlBootstrap4Templates()static JAXBContextgetJAXBContext()static TemplatesgetPdfTemplates()static SchemagetSchema()
-
-
-
Field Detail
-
DETAILED_REPORT_SCHEMA_LOCATION
public static final String DETAILED_REPORT_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
DETAILED_REPORT_XSLT_HTML_BOOTSTRAP3_LOCATION
public static final String DETAILED_REPORT_XSLT_HTML_BOOTSTRAP3_LOCATION
- See Also:
- Constant Field Values
-
DETAILED_REPORT_XSLT_HTML_BOOTSTRAP4_LOCATION
public static final String DETAILED_REPORT_XSLT_HTML_BOOTSTRAP4_LOCATION
- See Also:
- Constant Field Values
-
DETAILED_REPORT_XSLT_PDF_LOCATION
public static final String DETAILED_REPORT_XSLT_PDF_LOCATION
- See Also:
- Constant Field Values
-
OBJECT_FACTORY
public static final ObjectFactory OBJECT_FACTORY
-
-
Method Detail
-
getJAXBContext
public static JAXBContext getJAXBContext() throws JAXBException
- Throws:
JAXBException
-
getSchema
public static Schema getSchema() throws IOException, SAXException
- Throws:
IOExceptionSAXException
-
getHtmlBootstrap3Templates
public static Templates getHtmlBootstrap3Templates() throws TransformerConfigurationException, IOException
-
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOException
-
getPdfTemplates
public static Templates getPdfTemplates() throws TransformerConfigurationException, IOException
-
-