Interface HTMLElementName


public interface HTMLElementName
Contains static fields representing the names of all elements defined in the HTML 4.01 specification and the draft HTML 5 specification.

All of the name strings are in lower case.

The HTMLElements class is closely related to this interface, containing static methods which group these names by the characteristics of their associated elements.

This interface does not specify any methods, but can be inherited by other classes, or statically imported (Java 5.0), to provide less verbose access to the contained element name static fields.

The field values in this interface can be used as name arguments in named tag searches.

See Also: