Package com.itextpdf.kernel.pdf.tagutils
Class TagTreeIteratorFlusher
- java.lang.Object
-
- com.itextpdf.kernel.pdf.tagutils.TagTreeIteratorFlusher
-
- All Implemented Interfaces:
ITagTreeIteratorHandler
public class TagTreeIteratorFlusher extends java.lang.Object implements ITagTreeIteratorHandler
Class that flushes struct elements while iterating over struct tree root withTagTreeIterator
.
-
-
Constructor Summary
Constructors Constructor Description TagTreeIteratorFlusher()
Creates a new instance ofTagTreeIteratorFlusher
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.
-
-
-
Constructor Detail
-
TagTreeIteratorFlusher
public TagTreeIteratorFlusher()
Creates a new instance ofTagTreeIteratorFlusher
-
-
Method Detail
-
nextElement
public void nextElement(IStructureNode elem)
Called when the next element is reached during the traversal.- Specified by:
nextElement
in interfaceITagTreeIteratorHandler
- Parameters:
elem
- the next element
-
-