Package | Description |
---|---|
org.apache.pdfbox.preflight | |
org.apache.pdfbox.preflight.exception | |
org.apache.pdfbox.preflight.parser |
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 | Method and Description |
---|---|
ValidationResult |
SyntaxValidationException.getResult() |
Constructor and Description |
---|
SyntaxValidationException(String message,
Throwable cause,
ValidationResult result) |
SyntaxValidationException(String message,
ValidationResult result) |
SyntaxValidationException(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(Document rdocument,
String pdfType,
ValidationResult result,
Element preflight) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.