Package com.itextpdf.kernel.pdf.tagutils
Class TagTreeIteratorFlusher
java.lang.Object
com.itextpdf.kernel.pdf.tagutils.TagTreeIteratorFlusher
- All Implemented Interfaces:
ITagTreeIteratorHandler
Class that flushes struct elements while iterating over struct tree root with
TagTreeIterator
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
nextElement
(IStructureNode elem) Called when the next element is reached during the traversal.
-
Constructor Details
-
TagTreeIteratorFlusher
public TagTreeIteratorFlusher()Creates a new instance ofTagTreeIteratorFlusher
-
-
Method Details
-
nextElement
Called when the next element is reached during the traversal.- Specified by:
nextElement
in interfaceITagTreeIteratorHandler
- Parameters:
elem
- the next element
-