Uses of Interface
com.itextpdf.kernel.pdf.tagutils.ITagTreeIteratorHandler
-
-
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement ITagTreeIteratorHandler Modifier and Type Class Description private static class
McrCheckUtil.McrTagHandler
Search for mcr elements in the TagTree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.pdf.tagutils
Classes in com.itextpdf.kernel.pdf.tagutils that implement ITagTreeIteratorHandler Modifier and Type Class Description class
AbstractAvoidDuplicatesTagTreeIteratorHandler
Handler forTagTreeIterator
.class
TagTreeIteratorFlusher
Class that flushes struct elements while iterating over struct tree root withTagTreeIterator
.private static class
TagTreePointer.RoleFinderHandler
Fields in com.itextpdf.kernel.pdf.tagutils with type parameters of type ITagTreeIteratorHandler Modifier and Type Field Description private java.util.Set<ITagTreeIteratorHandler>
TagTreeIterator. handlerList
Methods in com.itextpdf.kernel.pdf.tagutils that return ITagTreeIteratorHandler Modifier and Type Method Description ITagTreeIteratorHandler
TagTreeIteratorFlusher. setWaitingTags(java.util.Set<PdfDictionary> waitingTags)
Sets waiting tags forTagTreeIteratorFlusher
.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type ITagTreeIteratorHandler Modifier and Type Method Description TagTreeIterator
TagTreeIterator. addHandler(ITagTreeIteratorHandler handler)
Adds a handler that will be called for the elements during the traversal. -
Uses of ITagTreeIteratorHandler in com.itextpdf.kernel.validation
Classes in com.itextpdf.kernel.validation that implement ITagTreeIteratorHandler Modifier and Type Class Description (package private) static class
Pdf20Checker.ParentChildRelationshipHandler
private static class
Pdf20Checker.StructureTreeRootHandler
Handler class that checks structure nodes while traversing the document structure tree. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils
Classes in com.itextpdf.pdfua.checkers.utils that implement ITagTreeIteratorHandler Modifier and Type Class Description static class
AnnotationCheckUtil.AnnotationHandler
Deprecated.in favor ofPdfUA1AnnotationChecker.PdfUA1AnnotationHandler
class
ContextAwareTagTreeIteratorHandler
Class that holds the validation context while iterating the tag tree structure.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 ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.headings
Classes in com.itextpdf.pdfua.checkers.utils.headings that implement ITagTreeIteratorHandler Modifier and Type Class Description static class
HeadingsChecker.HeadingHandler
Deprecated.in favor ofPdfUA1HeadingsChecker.PdfUA1HeadingHandler
-
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.tables
Classes in com.itextpdf.pdfua.checkers.utils.tables that implement ITagTreeIteratorHandler Modifier and Type Class Description static class
TableCheckUtil.TableHandler
Handler class that checks table tags. -
Uses of ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua1
Classes in com.itextpdf.pdfua.checkers.utils.ua1 that implement ITagTreeIteratorHandler 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 ITagTreeIteratorHandler in com.itextpdf.pdfua.checkers.utils.ua2
Classes in com.itextpdf.pdfua.checkers.utils.ua2 that implement ITagTreeIteratorHandler 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.
-