Uses of Class
com.itextpdf.pdfua.checkers.utils.ContextAwareTagTreeIteratorHandler
-
Packages that use ContextAwareTagTreeIteratorHandler Package Description com.itextpdf.pdfua.checkers.utils com.itextpdf.pdfua.checkers.utils.headings com.itextpdf.pdfua.checkers.utils.tables -
-
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
Helper class that checks the conformance of annotations while iterating the tag tree structure.static class
FormCheckUtil.FormTagHandler
Handler for checking form field elements in the tag tree.static class
FormulaCheckUtil.FormulaTagHandler
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
Handler for checking Note elements in the TagTree. -
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
Handler class that checks heading tags while traversing the tag tree. -
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.
-