Class PDFAIdentificationValidation


  • public class PDFAIdentificationValidation
    extends java.lang.Object
    Class which check if PDF/A Identification Schema contains good information
    • Constructor Detail

      • PDFAIdentificationValidation

        public PDFAIdentificationValidation()
    • Method Detail

      • unexpectedPrefixFoundError

        protected ValidationResult.ValidationError unexpectedPrefixFoundError​(java.lang.String prefFound,
                                                                              java.lang.String prefExpected,
                                                                              java.lang.String schema)
        Return a validationError formatted when a schema has not the expected prefix
        Parameters:
        prefFound -
        prefExpected -
        schema -
        Returns:
        the validation error.