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 ValidationResult
PreflightDocument. result
Methods in org.apache.pdfbox.preflight that return ValidationResult Modifier and Type Method Description ValidationResult
PreflightDocument. getResult()
Methods in org.apache.pdfbox.preflight with parameters of type ValidationResult Modifier and Type Method Description void
ValidationResult. mergeResult(ValidationResult otherResult)
Add the ValidationError object of the otherResult in the Error list of the current object.void
PreflightDocument. setResult(ValidationResult result)
-
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 ValidationResult
SyntaxValidationException. result
Methods in org.apache.pdfbox.preflight.exception that return ValidationResult Modifier and Type Method Description ValidationResult
SyntaxValidationException. 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 protected ValidationResult
PreflightParser. validationResult
Methods in org.apache.pdfbox.preflight.parser that return ValidationResult Modifier and Type Method Description protected static ValidationResult
PreflightParser. createUnknownErrorResult()
Create an instance of ValidationResult with a ValidationError(UNKNOWN_ERROR)Methods in org.apache.pdfbox.preflight.parser with parameters of type ValidationResult Modifier and Type Method Description protected void
XmlResultParser. createResponseWithError(org.w3c.dom.Document rdocument, java.lang.String pdfType, ValidationResult result, org.w3c.dom.Element preflight)
-