public abstract class AbstractAvoidDuplicatesTagTreeIteratorHandler extends Object implements ITagTreeIteratorHandler
TagTreeIterator.
It is used to check whether specific element should be traversed.
It doesn't accept elements which have been traversed before.| Constructor and Description |
|---|
AbstractAvoidDuplicatesTagTreeIteratorHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(IStructureNode node)
Checks whether the element should be traversed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessElementpublic AbstractAvoidDuplicatesTagTreeIteratorHandler()
public boolean accept(IStructureNode node)
ITagTreeIteratorHandleraccept in interface ITagTreeIteratorHandlernode - the element to checktrue if the iteration should be continued, false otherwiseCopyright © 1998–2025 Apryse Group NV. All rights reserved.