Interface ICloseElementTag

  • All Superinterfaces:
    IElementTag, ITemplateEvent

    public interface ICloseElementTag
    extends IElementTag

    Event interface defining a close element tag.

    Note that any implementations of this interface should be immutable.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • isUnmatched

        boolean isUnmatched()

        Returns whether this close tag is unmatched, i.e. there is no corresponding previous open tag for it.

        Returns:
        true if the tag is unmatched, false if not.