Class ContextAwareTagTreeIteratorHandler
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
-
- All Implemented Interfaces:
ITagTreeIteratorHandler
- Direct Known Subclasses:
AnnotationCheckUtil.AnnotationHandler
,FormCheckUtil.FormTagHandler
,FormulaCheckUtil.FormulaTagHandler
,GraphicsCheckUtil.GraphicsHandler
,HeadingsChecker.HeadingHandler
,NoteCheckUtil.NoteTagHandler
,TableCheckUtil.TableHandler
public abstract class ContextAwareTagTreeIteratorHandler extends java.lang.Object implements ITagTreeIteratorHandler
Class that holds the validation context while iterating the tag tree structure.
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfUAValidationContext
context
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContextAwareTagTreeIteratorHandler(PdfUAValidationContext context)
Creates a new instance of theContextAwareTagTreeIteratorHandler
.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.itextpdf.kernel.pdf.tagutils.ITagTreeIteratorHandler
nextElement
-
-
-
-
Field Detail
-
context
protected final PdfUAValidationContext context
-
-
Constructor Detail
-
ContextAwareTagTreeIteratorHandler
protected ContextAwareTagTreeIteratorHandler(PdfUAValidationContext context)
Creates a new instance of theContextAwareTagTreeIteratorHandler
.- Parameters:
context
- The validation context.
-
-