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 forPdfXrefTablevalidation context.
-
-
Field Summary
Fields Modifier and Type Field Description private PdfXrefTablexrefTable
-
Constructor Summary
Constructors Constructor Description XrefTableValidationContext(PdfXrefTable xrefTable)Instantiates a newXrefTableValidationContextbased on pdf xref table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTypegetType()Gets type of the context.PdfXrefTablegetXrefTable()Gets the pdf xref table.
-
-
-
Field Detail
-
xrefTable
private final PdfXrefTable xrefTable
-
-
Constructor Detail
-
XrefTableValidationContext
public XrefTableValidationContext(PdfXrefTable xrefTable)
Instantiates a newXrefTableValidationContextbased 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:IValidationContextGets type of the context.- Specified by:
getTypein interfaceIValidationContext- Returns:
- the type
-
-