public interface ITagTreeIteratorHandler
TagTreeIterator.
Is used to handle specific events during the traversal.| 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.
|
boolean accept(IStructureNode node)
node - the element to checktrue if the iteration should be continued, false otherwisevoid processElement(IStructureNode elem)
elem - the element to processCopyright © 1998–2025 Apryse Group NV. All rights reserved.