public enum EHTMLElement extends java.lang.Enum<EHTMLElement>
Part of this file was generated from the XHTML FrameSet DTD using the "dtd2enum.pl" perl script in this directory.
Enum Constant and Description |
---|
A
The <A> element.
|
ABBR
The <ABBR> element.
|
ACRONYM
The <ACRONYM> element.
|
ADDRESS
The <ADDRESS> element.
|
APPLET
The <APPLET> element.
|
AREA
The <AREA> element.
|
B
The <B> element.
|
BASE
The <BASE> element.
|
BASEFONT
The <BASEFONT> element.
|
BDO
The <BDO> element.
|
BIG
The <BIG> element.
|
BLOCKQUOTE
The <BLOCKQUOTE> element.
|
BODY
The <BODY> element.
|
BR
The <BR> element.
|
BUTTON
The <BUTTON> element.
|
CAPTION
The <CAPTION> element.
|
CENTER
The <CENTER> element.
|
CITE
The <CITE> element.
|
CODE
The <CODE> element.
|
COL
The <COL> element.
|
COLGROUP
The <COLGROUP> element.
|
DD
The <DD> element.
|
DEL
The <DEL> element.
|
DFN
The <DFN> element.
|
DIR
The <DIR> element.
|
DIV
The <DIV> element.
|
DL
The <DL> element.
|
DT
The <DT> element.
|
EM
The <EM> element.
|
FIELDSET
The <FIELDSET> element.
|
FONT
The <FONT> element.
|
FORM
The <FORM> element.
|
FRAME
The <FRAME> element.
|
FRAMESET
The <FRAMESET> element.
|
H1
The <H1> element.
|
H2
The <H2> element.
|
H3
The <H3> element.
|
H4
The <H4> element.
|
H5
The <H5> element.
|
H6
The <H6> element.
|
HEAD
The <HEAD> element.
|
HR
The <HR> element.
|
HTML
The <HTML> element.
|
I
The <I> element.
|
IFRAME
The <IFRAME> element.
|
IMG
The <IMG> element.
|
INPUT
The <INPUT> element.
|
INS
The <INS> element.
|
ISINDEX
The <ISINDEX> element.
|
KBD
The <KBD> element.
|
LABEL
The <LABEL> element.
|
LEGEND
The <LEGEND> element.
|
LI
The <LI> element.
|
LINK
The <LINK> element.
|
MAP
The <MAP> element.
|
MENU
The <MENU> element.
|
META
The <META> element.
|
NOFRAMES
The <NOFRAMES> element.
|
NOSCRIPT
The <NOSCRIPT> element.
|
OBJECT
The <OBJECT> element.
|
OL
The <OL> element.
|
OPTGROUP
The <OPTGROUP> element.
|
OPTION
The <OPTION> element.
|
P
The <P> element.
|
PARAM
The <PARAM> element.
|
PRE
The <PRE> element.
|
Q
The <Q> element.
|
S
The <S> element.
|
SAMP
The <SAMP> element.
|
SCRIPT
The <SCRIPT> element.
|
SELECT
The <SELECT> element.
|
SMALL
The <SMALL> element.
|
SPAN
The <SPAN> element.
|
STRIKE
The <STRIKE> element.
|
STRONG
The <STRONG> element.
|
STYLE
The <STYLE> element.
|
SUB
The <SUB> element.
|
SUP
The <SUP> element.
|
TABLE
The <TABLE> element.
|
TBODY
The <TBODY> element.
|
TD
The <TD> element.
|
TEXTAREA
The <TEXTAREA> element.
|
TFOOT
The <TFOOT> element.
|
TH
The <TH> element.
|
THEAD
The <THEAD> element.
|
TITLE
The <TITLE> element.
|
TR
The <TR> element.
|
TT
The <TT> element.
|
U
The <U> element.
|
UL
The <UL> element.
|
VAR
The <VAR> element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowsAttribute(EHTMLAttribute attribute)
Returns whether the given attribute is allowed for the element.
|
java.lang.String |
getName()
Returns the name as used in the HTML output.
|
java.lang.String |
toString() |
static EHTMLElement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EHTMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EHTMLElement HTML
public static final EHTMLElement HEAD
public static final EHTMLElement TITLE
public static final EHTMLElement BASE
public static final EHTMLElement META
public static final EHTMLElement LINK
public static final EHTMLElement STYLE
public static final EHTMLElement SCRIPT
public static final EHTMLElement NOSCRIPT
public static final EHTMLElement FRAMESET
public static final EHTMLElement FRAME
public static final EHTMLElement IFRAME
public static final EHTMLElement NOFRAMES
public static final EHTMLElement BODY
public static final EHTMLElement DIV
public static final EHTMLElement P
public static final EHTMLElement H1
public static final EHTMLElement H2
public static final EHTMLElement H3
public static final EHTMLElement H4
public static final EHTMLElement H5
public static final EHTMLElement H6
public static final EHTMLElement UL
public static final EHTMLElement OL
public static final EHTMLElement MENU
public static final EHTMLElement DIR
public static final EHTMLElement LI
public static final EHTMLElement DL
public static final EHTMLElement DT
public static final EHTMLElement DD
public static final EHTMLElement ADDRESS
public static final EHTMLElement HR
public static final EHTMLElement PRE
public static final EHTMLElement BLOCKQUOTE
public static final EHTMLElement CENTER
public static final EHTMLElement INS
public static final EHTMLElement DEL
public static final EHTMLElement A
public static final EHTMLElement SPAN
public static final EHTMLElement BDO
public static final EHTMLElement BR
public static final EHTMLElement EM
public static final EHTMLElement STRONG
public static final EHTMLElement DFN
public static final EHTMLElement CODE
public static final EHTMLElement SAMP
public static final EHTMLElement KBD
public static final EHTMLElement VAR
public static final EHTMLElement CITE
public static final EHTMLElement ABBR
public static final EHTMLElement ACRONYM
public static final EHTMLElement Q
public static final EHTMLElement SUB
public static final EHTMLElement SUP
public static final EHTMLElement TT
public static final EHTMLElement I
public static final EHTMLElement B
public static final EHTMLElement BIG
public static final EHTMLElement SMALL
public static final EHTMLElement U
public static final EHTMLElement S
public static final EHTMLElement STRIKE
public static final EHTMLElement BASEFONT
public static final EHTMLElement FONT
public static final EHTMLElement OBJECT
public static final EHTMLElement PARAM
public static final EHTMLElement APPLET
public static final EHTMLElement IMG
public static final EHTMLElement MAP
public static final EHTMLElement AREA
public static final EHTMLElement FORM
public static final EHTMLElement LABEL
public static final EHTMLElement INPUT
public static final EHTMLElement SELECT
public static final EHTMLElement OPTGROUP
public static final EHTMLElement OPTION
public static final EHTMLElement TEXTAREA
public static final EHTMLElement FIELDSET
public static final EHTMLElement LEGEND
public static final EHTMLElement BUTTON
public static final EHTMLElement ISINDEX
public static final EHTMLElement TABLE
public static final EHTMLElement CAPTION
public static final EHTMLElement COLGROUP
public static final EHTMLElement COL
public static final EHTMLElement THEAD
public static final EHTMLElement TFOOT
public static final EHTMLElement TBODY
public static final EHTMLElement TR
public static final EHTMLElement TH
public static final EHTMLElement TD
public static EHTMLElement[] values()
for (EHTMLElement c : EHTMLElement.values()) System.out.println(c);
public static EHTMLElement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean allowsAttribute(EHTMLAttribute attribute)
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Enum<EHTMLElement>