Package | Description |
---|---|
eu.cessda.cmv.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProfile
This class implements the
Object.equals(Object) and Object.hashCode() methods
to fulfill the equality contract between instances of Profile . |
Modifier and Type | Method and Description |
---|---|
Profile |
CessdaMetadataValidatorFactory.newProfile(Document profile)
Parse the XML represented by the given request into a
Profile . |
Profile |
CessdaMetadataValidatorFactory.newProfile(File file)
Parse the XML located at the given file into a
Profile . |
Profile |
CessdaMetadataValidatorFactory.newProfile(InputSource inputSource)
Parse the XML represented by the given input source into a
Profile . |
Profile |
CessdaMetadataValidatorFactory.newProfile(InputStream inputStream)
Parse the XML represented by the given input stream into a
Profile . |
Profile |
CessdaMetadataValidatorFactory.newProfile(Path path)
Parse the XML located at the given path into a
Profile . |
Profile |
CessdaMetadataValidatorFactory.newProfile(URI uri)
Parse the XML located at the given URI into a
Profile . |
Profile |
CessdaMetadataValidatorFactory.newProfile(URL url)
Parse the XML located at the given URL into a
Profile . |
Modifier and Type | Method and Description |
---|---|
List<ConstraintViolation> |
ValidationGate.validate(Document document,
Profile profile)
Validate a document against a profile.
|
List<ConstraintViolation> |
ValidationGateName.validate(Document document,
Profile profile) |
ValidationReport |
CessdaMetadataValidatorFactory.validate(Document document,
Profile profile,
ValidationGate validationGate)
Validates the document against the given profile using the specified validation gate.
|
ValidationReport |
ValidationService.validate(Document document,
Profile profile,
ValidationGate validationGate)
Validates the document against the given profile using the specified validation gate.
|
default ValidationReport |
ValidationService.validate(Document document,
Profile profile,
ValidationGateName validationGateName)
Validates the document against the given profile using the specified validation gate.
|
Copyright © 2025 CESSDA ERIC. All rights reserved.