public class HTMLElements
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HTMLElements.Element
Element information.
|
static class |
HTMLElements.ElementList
Unsynchronized list of elements.
|
Modifier and Type | Field and Description |
---|---|
static short |
A |
static short |
ABBR |
static short |
ACRONYM |
static short |
ADDRESS |
static short |
APPLET |
static short |
AREA |
static short |
B |
static short |
BASE |
static short |
BASEFONT |
static short |
BDO |
static short |
BGSOUND |
static short |
BIG |
static short |
BLINK |
static short |
BLOCKQUOTE |
static short |
BODY |
static short |
BR |
static short |
BUTTON |
static short |
CAPTION |
static short |
CENTER |
static short |
CITE |
static short |
CODE |
static short |
COL |
static short |
COLGROUP |
static short |
COMMENT |
static short |
DD |
static short |
DEL |
static short |
DFN |
static short |
DIR |
static short |
DIV |
static short |
DL |
static short |
DT |
protected static HTMLElements.ElementList |
ELEMENTS
Element information as a contiguous list.
|
protected static HTMLElements.Element[][] |
ELEMENTS_ARRAY
Element information organized by first letter.
|
static short |
EM |
static short |
EMBED |
static short |
FIELDSET |
static short |
FONT |
static short |
FORM |
static short |
FRAME |
static short |
FRAMESET |
static short |
H1 |
static short |
H2 |
static short |
H3 |
static short |
H4 |
static short |
H5 |
static short |
H6 |
static short |
HEAD |
static short |
HR |
static short |
HTML |
static short |
I |
static short |
IFRAME |
static short |
ILAYER |
static short |
IMG |
static short |
INPUT |
static short |
INS |
static short |
ISINDEX |
static short |
KBD |
static short |
KEYGEN |
static short |
LABEL |
static short |
LAYER |
static short |
LEGEND |
static short |
LI |
static short |
LINK |
static short |
LISTING |
static short |
MAP |
static short |
MARQUEE |
static short |
MENU |
static short |
META |
static short |
MULTICOL |
static short |
NEXTID |
static HTMLElements.Element |
NO_SUCH_ELEMENT
No such element.
|
static short |
NOBR |
static short |
NOEMBED |
static short |
NOFRAMES |
static short |
NOLAYER |
static short |
NOSCRIPT |
static short |
OBJECT |
static short |
OL |
static short |
OPTGROUP |
static short |
OPTION |
static short |
P |
static short |
PARAM |
static short |
PLAINTEXT |
static short |
PRE |
static short |
Q |
static short |
RB |
static short |
RBC |
static short |
RP |
static short |
RT |
static short |
RTC |
static short |
RUBY |
static short |
S |
static short |
SAMP |
static short |
SCRIPT |
static short |
SECTION |
static short |
SELECT |
static short |
SMALL |
static short |
SOUND |
static short |
SPACER |
static short |
SPAN |
static short |
STRIKE |
static short |
STRONG |
static short |
STYLE |
static short |
SUB |
static short |
SUP |
static short |
TABLE |
static short |
TBODY |
static short |
TD |
static short |
TEXTAREA |
static short |
TFOOT |
static short |
TH |
static short |
THEAD |
static short |
TITLE |
static short |
TR |
static short |
TT |
static short |
U |
static short |
UL |
static short |
UNKNOWN |
static short |
VAR |
static short |
WBR |
static short |
XML |
static short |
XMP |
Constructor and Description |
---|
HTMLElements() |
Modifier and Type | Method and Description |
---|---|
static HTMLElements.Element |
getElement(short code)
Returns the element information for the specified element code.
|
static HTMLElements.Element |
getElement(java.lang.String ename)
Returns the element information for the specified element name.
|
static HTMLElements.Element |
getElement(java.lang.String ename,
HTMLElements.Element element)
Returns the element information for the specified element name.
|
public static final short A
public static final short ABBR
public static final short ACRONYM
public static final short ADDRESS
public static final short APPLET
public static final short AREA
public static final short B
public static final short BASE
public static final short BASEFONT
public static final short BDO
public static final short BGSOUND
public static final short BIG
public static final short BLINK
public static final short BLOCKQUOTE
public static final short BODY
public static final short BR
public static final short BUTTON
public static final short CAPTION
public static final short CENTER
public static final short CITE
public static final short CODE
public static final short COL
public static final short COLGROUP
public static final short COMMENT
public static final short DEL
public static final short DFN
public static final short DIR
public static final short DIV
public static final short DD
public static final short DL
public static final short DT
public static final short EM
public static final short EMBED
public static final short FIELDSET
public static final short FONT
public static final short FORM
public static final short FRAME
public static final short FRAMESET
public static final short H1
public static final short H2
public static final short H3
public static final short H4
public static final short H5
public static final short H6
public static final short HEAD
public static final short HR
public static final short HTML
public static final short I
public static final short IFRAME
public static final short ILAYER
public static final short IMG
public static final short INPUT
public static final short INS
public static final short ISINDEX
public static final short KBD
public static final short KEYGEN
public static final short LABEL
public static final short LAYER
public static final short LEGEND
public static final short LI
public static final short LINK
public static final short LISTING
public static final short MAP
public static final short MARQUEE
public static final short MENU
public static final short META
public static final short MULTICOL
public static final short NEXTID
public static final short NOBR
public static final short NOEMBED
public static final short NOFRAMES
public static final short NOLAYER
public static final short NOSCRIPT
public static final short OBJECT
public static final short OL
public static final short OPTION
public static final short OPTGROUP
public static final short P
public static final short PARAM
public static final short PLAINTEXT
public static final short PRE
public static final short Q
public static final short RB
public static final short RBC
public static final short RP
public static final short RT
public static final short RTC
public static final short RUBY
public static final short S
public static final short SAMP
public static final short SCRIPT
public static final short SECTION
public static final short SELECT
public static final short SMALL
public static final short SOUND
public static final short SPACER
public static final short SPAN
public static final short STRIKE
public static final short STRONG
public static final short STYLE
public static final short SUB
public static final short SUP
public static final short TABLE
public static final short TBODY
public static final short TD
public static final short TEXTAREA
public static final short TFOOT
public static final short TH
public static final short THEAD
public static final short TITLE
public static final short TR
public static final short TT
public static final short U
public static final short UL
public static final short VAR
public static final short WBR
public static final short XML
public static final short XMP
public static final short UNKNOWN
protected static final HTMLElements.Element[][] ELEMENTS_ARRAY
protected static final HTMLElements.ElementList ELEMENTS
public static final HTMLElements.Element NO_SUCH_ELEMENT
public static final HTMLElements.Element getElement(short code)
code
- The element code.public static final HTMLElements.Element getElement(java.lang.String ename)
ename
- The element name.public static final HTMLElements.Element getElement(java.lang.String ename, HTMLElements.Element element)
ename
- The element name.element
- The default element to return if not found.(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.