public static enum TagName.RcDataTagName extends Enum<TagName.RcDataTagName>
rcdata content.
These tag names imply important changes in how children of the tag should be interpreted,
specifically the content should be interpreted as rcdata instead of pcdata.
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TagName.RcDataTagName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagName.RcDataTagName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagName.RcDataTagName SCRIPT
public static final TagName.RcDataTagName STYLE
public static final TagName.RcDataTagName TITLE
public static final TagName.RcDataTagName TEXTAREA
public static final TagName.RcDataTagName XMP
public static TagName.RcDataTagName[] values()
for (TagName.RcDataTagName c : TagName.RcDataTagName.values()) System.out.println(c);
public static TagName.RcDataTagName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TagName.RcDataTagName>