Package eu.europa.esig.xmlers
Class XMLEvidenceRecordUtils
java.lang.Object
eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
eu.europa.esig.xmlers.XMLEvidenceRecordUtils
Common XML Evidence Records schema utils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectFactoryThe Object Factory to usestatic final StringThe XMLERS XSD schema path -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLEvidenceRecordUtilsReturns the instance ofXMLEvidenceRecordUtilsjakarta.xml.bind.JAXBContextReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
OBJECT_FACTORY
The Object Factory to use -
XML_ER
-
-
Method Details
-
getInstance
Returns the instance ofXMLEvidenceRecordUtils- Returns:
XMLEvidenceRecordUtils
-
getJAXBContext
public jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBExceptionDescription copied from class:XSDAbstractUtilsReturns a JAXBContext- Specified by:
getJAXBContextin classXSDAbstractUtils- Returns:
- the created
JAXBContext - Throws:
jakarta.xml.bind.JAXBException- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtilsReturns a list of module-specific XSDSources- Specified by:
getXSDSourcesin classXSDAbstractUtils- Returns:
- list of XSD
Sources
-