Enum-Klasse HtmlTag

java.lang.Object
java.lang.Enum<HtmlTag>
org.jdrupes.mdoclet.internal.doclint.HtmlTag
Alle implementierten Schnittstellen:
Serializable, Comparable<HtmlTag>, Constable

public enum HtmlTag extends Enum<HtmlTag>
Enum representing HTML tags.

The intent of this class is to embody the semantics of the current HTML standard, to the extent supported/used by javadoc.

This class is derivative of TagName. Eventually, these two should be merged back together, and possibly made public.

Siehe auch: