Package | Description |
---|---|
org.apache.pdfbox.preflight | |
org.apache.pdfbox.preflight.exception | |
org.apache.pdfbox.preflight.parser |
Modifier and Type | Field and Description |
---|---|
private ValidationResult |
PreflightDocument.result |
Modifier and Type | Method and Description |
---|---|
ValidationResult |
PreflightDocument.getResult() |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
private ValidationResult |
SyntaxValidationException.result |
Modifier and Type | Method and Description |
---|---|
ValidationResult |
SyntaxValidationException.getResult() |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected ValidationResult |
PreflightParser.validationResult |
Modifier and Type | Method and Description |
---|---|
protected static ValidationResult |
PreflightParser.createUnknownErrorResult()
Create an instance of ValidationResult with a ValidationError(UNKNOWN_ERROR)
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlResultParser.createResponseWithError(org.w3c.dom.Document rdocument,
java.lang.String pdfType,
ValidationResult result,
org.w3c.dom.Element preflight) |