Class EndTagType

  • Direct Known Subclasses:
    EndTagTypeGenericImplementation

    public abstract class EndTagType
    extends TagType
    Defines the syntax for an end tag type.

    An end tag type is a TagType that starts with the characters '</'.

    The singleton instances of all the standard end tag types are available in this class as static fields.

    Because all EndTagType instaces must be singletons, the '==' operator can be used to test for a particular tag type instead of the equals(Object) method.

    See Also:
    StartTagType