Class DetailedReportXmlDefiner
java.lang.Object
eu.europa.esig.dss.detailedreport.DetailedReportXmlDefiner
Contains the cached copies of relevant schema/templates for DetailedReport generation
-
Field Summary
Fields -
Method Summary
-
Field Details
-
OBJECT_FACTORY
Used to create a JAXB objects
-
-
Method Details
-
getJAXBContext
public static jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBExceptionGets theJAXBContext- Returns:
JAXBContext- Throws:
jakarta.xml.bind.JAXBException- if an exception occurs
-
getSchema
Gets theSchema- Returns:
Schema- Throws:
IOException- if an IOException occursSAXException- if an SAXException occurs
-
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOExceptionGets the HTML Bootstrap 4 template- Returns:
Templates- Throws:
TransformerConfigurationException- if an TransformerConfigurationException occursIOException- if an IOException occurs
-
getPdfTemplates
Gets the PDF template- Returns:
Templates- Throws:
TransformerConfigurationException- if an TransformerConfigurationException occursIOException- if an IOException occurs
-