Package org.verapdf.pdfa.results
package org.verapdf.pdfa.results
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
See the static ValidationResults utility
class for helper methods that create the different Result types. All of the
reference implementations for the types are JAXB annotated. There are helper
methods for serialisation and de-serialisation to and from XML.
- Since:
- 0.7
- Version:
- 0.7
- Author:
- Carl Wilson
-
ClassDescriptionUsed to record the location of specific test assertions during the validation process.Holds the result of an attempt to repair PDF/A metadata by a
MetadataFixer.Enumeration that indicates the status of a metadata repair task.A TestAssertion records the result of performing a validation test on a particular document property, or set of properties.Enum that indicates the result of a particular test assertion, i.e.Created as the result of validating a PDF/A document against aValidationProfile.