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.pdfua.checkers.utils
Classes in com.itextpdf.pdfua.checkers.utils that implement ITagTreeIteratorHandler Modifier and Type Class Description static class
AnnotationCheckUtil.AnnotationHandler
Helper class that checks the conformance of annotations while iterating the tag tree structure.class
ContextAwareTagTreeIteratorHandler
Class that holds the validation context 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 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
Handler class that checks heading tags while traversing the tag tree. -
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.
-