Uses of Class
org.apache.pdfbox.preflight.ValidationResult
-
Packages that use ValidationResult Package Description org.apache.pdfbox.preflight org.apache.pdfbox.preflight.exception org.apache.pdfbox.preflight.parser -
-
Uses of ValidationResult in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as ValidationResult Modifier and Type Field Description private ValidationResultPreflightDocument. resultMethods in org.apache.pdfbox.preflight that return ValidationResult Modifier and Type Method Description ValidationResultPreflightDocument. validate()Check that PDDocument is a valid file according to the format given during the object creation.Methods in org.apache.pdfbox.preflight with parameters of type ValidationResult Modifier and Type Method Description voidValidationResult. mergeResult(ValidationResult otherResult)Add the ValidationError object of the otherResult in the Error list of the current object. -
Uses of ValidationResult in org.apache.pdfbox.preflight.exception
Fields in org.apache.pdfbox.preflight.exception declared as ValidationResult Modifier and Type Field Description private ValidationResultSyntaxValidationException. resultMethods in org.apache.pdfbox.preflight.exception that return ValidationResult Modifier and Type Method Description ValidationResultSyntaxValidationException. getResult()Constructors in org.apache.pdfbox.preflight.exception with parameters of type ValidationResult Constructor Description SyntaxValidationException(java.lang.String message, java.lang.Throwable cause, ValidationResult result)SyntaxValidationException(java.lang.String message, ValidationResult result)SyntaxValidationException(java.lang.Throwable cause, ValidationResult result) -
Uses of ValidationResult in org.apache.pdfbox.preflight.parser
Fields in org.apache.pdfbox.preflight.parser declared as ValidationResult Modifier and Type Field Description private ValidationResultPreflightParser. validationResultMethods in org.apache.pdfbox.preflight.parser that return ValidationResult Modifier and Type Method Description static ValidationResultPreflightParser. validate(java.io.File file)Load and validate the given file.Methods in org.apache.pdfbox.preflight.parser with parameters of type ValidationResult Modifier and Type Method Description protected voidXmlResultParser. createResponseWithError(org.w3c.dom.Document rdocument, java.lang.String pdfType, ValidationResult result, org.w3c.dom.Element preflight)
-