Package eu.europa.esig.dss.diagnostic
Class DiagnosticDataXmlDefiner
java.lang.Object
eu.europa.esig.dss.diagnostic.DiagnosticDataXmlDefiner
This class is used to provide an XSD schema for a DiagnosticData and templates
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JAXBContext
Gets the JAXB contextstatic Schema
Gets the XSD Schema for the DiagnosticDatastatic Templates
Gets the SVG template
-
Field Details
-
OBJECT_FACTORY
ObjectFactory instance
-
-
Method Details
-
getJAXBContext
Gets the JAXB context- Returns:
JAXBContext
- Throws:
JAXBException
- if an exception occurs
-
getSchema
Gets the XSD Schema for the DiagnosticData- Returns:
Schema
- Throws:
IOException
- if XSD reading exception occursSAXException
- if an exception occurs
-
getSvgTemplates
Gets the SVG template- Returns:
Templates
- Throws:
TransformerConfigurationException
- if an exception occursIOException
- if file reading exception occurs
-