Uses of Class
com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
-
-
Uses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils
Subclasses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils Modifier and Type Class Description static class
AnnotationCheckUtil.AnnotationHandler
Deprecated.in favor ofPdfUA1AnnotationChecker.PdfUA1AnnotationHandler
static class
FormCheckUtil.FormTagHandler
Deprecated.in favour ofPdfUA1FormChecker.PdfUA1FormTagHandler
static class
FormulaCheckUtil.FormulaTagHandler
Deprecated.Handler for checking Formula elements in the TagTree.static class
GraphicsCheckUtil.GraphicsHandler
Helper class that checks the conformance of graphics tags while iterating the tag tree structure.static class
NoteCheckUtil.NoteTagHandler
Deprecated.in favor ofPdfUA1NotesChecker.PdfUA1NotesTagHandler
-
Uses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.headings
Subclasses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.headings Modifier and Type Class Description static class
HeadingsChecker.HeadingHandler
Deprecated.in favor ofPdfUA1HeadingsChecker.PdfUA1HeadingHandler
-
Uses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.tables
Subclasses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.tables Modifier and Type Class Description static class
TableCheckUtil.TableHandler
Handler class that checks table tags. -
Uses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua1
Subclasses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua1 Modifier and Type Class Description static class
PdfUA1AnnotationChecker.PdfUA1AnnotationHandler
Helper class that checks the conformance of annotations while iterating the tag tree structure.static class
PdfUA1FormChecker.PdfUA1FormTagHandler
Handler for checking form field elements in the tag tree.static class
PdfUA1FormulaChecker.PdfUA1FormulaTagHandler
Handler for checking Formula elements in the TagTree.static class
PdfUA1HeadingsChecker.PdfUA1HeadingHandler
Handler class that checks heading tags while traversing the tag tree.static class
PdfUA1ListChecker.PdfUA1ListHandler
Handler class that checks list tags while traversing the tag tree.static class
PdfUA1NotesChecker.PdfUA1NotesTagHandler
Handler for checking Note elements in the TagTree. -
Uses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua2
Subclasses of ContextAwareTagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua2 Modifier and Type Class Description static class
PdfUA2AnnotationChecker.PdfUA2AnnotationHandler
Handler for checking annotation elements in the tag tree.static class
PdfUA2FormChecker.PdfUA2FormTagHandler
Handler for checking form field elements in the tag tree.static class
PdfUA2FormulaChecker.PdfUA2FormulaTagHandler
Handler class that checks "Formula" tags while traversing the tag tree.static class
PdfUA2HeadingsChecker.PdfUA2HeadingHandler
Handler class that checks heading tags while traversing the tag tree.static class
PdfUA2LinkChecker.PdfUA2LinkAnnotationHandler
Helper class that checks the conformance of link annotations while iterating the tag tree structure.static class
PdfUA2ListChecker.PdfUA2ListHandler
Handler class that checks list tags while traversing the tag tree.static class
PdfUA2NotesChecker.PdfUA2NotesHandler
Handler class that checks Note and FENote tags while traversing the tag tree.static class
PdfUA2TableOfContentsChecker.PdfUA2TableOfContentsHandler
Handler class that checksTOCI
tags while traversing the tag tree.
-