Uses of Interface
org.openpreservation.format.xml.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in org.openpreservation.format.xml
Methods in org.openpreservation.format.xml that return ValidationResultModifier 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.