Class EndTagTypeGenericImplementation

java.lang.Object
TagType
EndTagType
EndTagTypeGenericImplementation

public class EndTagTypeGenericImplementation extends EndTagType
Provides a generic implementation of the abstract EndTagType class based on the most common end tag behaviour.

This class is only of interest to users who wish to create custom tag types.

The differences between this class and its abstract superclass EndTagType are:

Most of the predefined end tag types are implemented using this class or a subclass of it.

See Also: