Package htmlcompiler.tools
Enum HTML
- All Implemented Interfaces:
Serializable,Comparable<HTML>
public enum HTML extends Enum<HTML>
-
Field Summary
Fields Modifier and Type Field Description static Map<String,Set<String>>deprecated_attributesstatic Set<String>deprecated_tagsstatic Set<String>event_handler_attributesstatic Set<String>known_attributesstatic Set<String>known_input_typesstatic Set<String>known_tags -
Method Summary
-
Field Details
-
known_tags
-
known_attributes
-
deprecated_tags
-
deprecated_attributes
-
event_handler_attributes
-
known_input_types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-