Interface ITagTreeIteratorHandler


public interface ITagTreeIteratorHandler
Handler for TagTreeIterator. Is used to handle specific events during the traversal.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the next element is reached during the traversal.
  • Method Details

    • nextElement

      void nextElement (IStructureNode elem)
      Called when the next element is reached during the traversal.
      Parameters:
      elem - the next element