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 . |
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 . |
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.
|
ValidationReport |
CessdaMetadataValidatorFactory.validate(URI documentUri,
URI profileUri,
ValidationGate validationGate)
Validates the document against the given profile using the specified validation gate.
|
ValidationReport |
ValidationService.validate(URI documentUri,
URI profileUri,
ValidationGate validationGate)
Deprecated.
|
default ValidationReport |
ValidationService.validate(URI documentUri,
URI profileUri,
ValidationGateName validationGateName)
Deprecated.
|
Copyright © 2025 CESSDA ERIC. All rights reserved.