Uses of Interface
org.openpreservation.format.xml.ValidationResult
-
Uses of ValidationResult in org.openpreservation.format.xml
Modifier and TypeMethodDescriptionstatic final ValidationResult
ValidationResults.of
(ParseResult parseResult, boolean valid, List<Message> messages) Creates a newValidationResult
object from the supplied values.XmlValidator.validate
(ParseResult parseResult, InputStream toValidate, Schema schema) Validate the supplied InputStream against the supplied schema.