public class TagTreeIteratorFlusher extends AbstractAvoidDuplicatesTagTreeIteratorHandler
TagTreeIterator.| Constructor and Description |
|---|
TagTreeIteratorFlusher()
Creates a new instance of
TagTreeIteratorFlusher. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(IStructureNode node)
Checks whether the element should be traversed.
|
void |
processElement(IStructureNode elem)
Called when the next element is reached during the traversal to process it.
|
ITagTreeIteratorHandler |
setWaitingTags(Set<PdfDictionary> waitingTags)
Sets waiting tags for
TagTreeIteratorFlusher. |
public TagTreeIteratorFlusher()
TagTreeIteratorFlusher.public ITagTreeIteratorHandler setWaitingTags(Set<PdfDictionary> waitingTags)
TagTreeIteratorFlusher.waitingTags - waiting tags to setTagTreeIteratorFlusher instancepublic boolean accept(IStructureNode node)
ITagTreeIteratorHandleraccept in interface ITagTreeIteratorHandleraccept in class AbstractAvoidDuplicatesTagTreeIteratorHandlernode - the element to checktrue if the iteration should be continued, false otherwisepublic void processElement(IStructureNode elem)
ITagTreeIteratorHandlerelem - the element to processCopyright © 1998–2024 Apryse Group NV. All rights reserved.