Class XrefTableValidationContext
- java.lang.Object
-
- com.itextpdf.kernel.validation.context.XrefTableValidationContext
-
- All Implemented Interfaces:
IValidationContext
public class XrefTableValidationContext extends java.lang.Object implements IValidationContext
Class forPdfXrefTable
validation context.
-
-
Field Summary
Fields Modifier and Type Field Description private PdfXrefTable
xrefTable
-
Constructor Summary
Constructors Constructor Description XrefTableValidationContext(PdfXrefTable xrefTable)
Instantiates a newXrefTableValidationContext
based on pdf xref table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationType
getType()
Gets type of the context.PdfXrefTable
getXrefTable()
Gets the pdf xref table.
-
-
-
Field Detail
-
xrefTable
private final PdfXrefTable xrefTable
-
-
Constructor Detail
-
XrefTableValidationContext
public XrefTableValidationContext(PdfXrefTable xrefTable)
Instantiates a newXrefTableValidationContext
based on pdf xref table.- Parameters:
xrefTable
- the pdf xref table
-
-
Method Detail
-
getXrefTable
public PdfXrefTable getXrefTable()
Gets the pdf xref table.- Returns:
- the pdf xref table
-
getType
public ValidationType getType()
Description copied from interface:IValidationContext
Gets type of the context.- Specified by:
getType
in interfaceIValidationContext
- Returns:
- the type
-
-