Interface TagVisitor


  • public interface TagVisitor
    • Method Detail

      • onTag

        boolean onTag​(Tag tag)
        Visit the current tag
        Parameters:
        tag - the current tag
        Returns:
        true if the visitor should continue with further tags if any or false to abort the visiting process