Package | Description |
---|---|
eu.cessda.cmv.core |
Modifier and Type | Method and Description |
---|---|
Document |
CessdaMetadataValidatorFactory.newDocument(Document document)
Parse the XML contained in the request to a
Document . |
Document |
CessdaMetadataValidatorFactory.newDocument(File file)
Parse the XML at the given file into a
Document . |
Document |
CessdaMetadataValidatorFactory.newDocument(InputSource inputSource)
Parse the given XML into a
Document . |
Document |
CessdaMetadataValidatorFactory.newDocument(InputStream inputStream)
Parse the XML located at the given URL into a
Document . |
Document |
CessdaMetadataValidatorFactory.newDocument(Path path)
Parse the XML at the given path into a
Document . |
Document |
CessdaMetadataValidatorFactory.newDocument(URI uri)
Parse the XML located at the given URI into a
Document . |
Document |
CessdaMetadataValidatorFactory.newDocument(URL url)
Parse the XML located at the given URL into a
Document . |
Modifier and Type | Method and Description |
---|---|
List<Validator> |
Constraint.newValidators(Document document) |
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.