public interface HtmlMarkup extends XmlMarkup
Html tags.
This should contain all valid XHTML 1.0 tags, comprising the tags in
HTML.Tag plus several others.
| Modifier and Type | Field and Description |
|---|---|
static HTML.Tag |
A
Xhtml tag for
a. |
static HTML.Tag |
ABBR
Xhtml tag for
abbr. |
static HTML.Tag |
ACRONYM
Xhtml tag for
acronym. |
static HTML.Tag |
ADDRESS
Xhtml tag for
address. |
static HTML.Tag |
APPLET
Xhtml tag for
applet. |
static HTML.Tag |
AREA
Xhtml tag for
area. |
static HTML.Tag |
B
Xhtml tag for
b. |
static HTML.Tag |
BASE
Xhtml tag for
base. |
static HTML.Tag |
BASEFONT
Xhtml tag for
basefont. |
static HTML.Tag |
BDO
Xhtml tag for
bdo. |
static HTML.Tag |
BIG
Xhtml tag for
big. |
static HTML.Tag |
BLOCKQUOTE
Xhtml tag for
blockquote. |
static HTML.Tag |
BODY
Xhtml tag for
body. |
static HTML.Tag |
BR
Xhtml tag for
br. |
static HTML.Tag |
BUTTON
Xhtml tag for
button. |
static HTML.Tag |
CAPTION
Xhtml tag for
caption. |
static int |
CDATA_TYPE
A CDATA type event.
|
static HTML.Tag |
CENTER
Xhtml tag for
center. |
static HTML.Tag |
CITE
Xhtml tag for
cite. |
static HTML.Tag |
CODE
Xhtml tag for
code. |
static HTML.Tag |
COL
Xhtml tag for
col. |
static HTML.Tag |
COLGROUP
Xhtml tag for
colgroup. |
static HTML.Tag |
DD
Xhtml tag for
dd. |
static HTML.Tag |
DEL
Xhtml tag for
del. |
static HTML.Tag |
DFN
Xhtml tag for
dfn. |
static HTML.Tag |
DIR
Xhtml tag for
dir. |
static HTML.Tag |
DIV
Xhtml tag for
div. |
static HTML.Tag |
DL
Xhtml tag for
dl. |
static HTML.Tag |
DT
Xhtml tag for
dt. |
static HTML.Tag |
EM
Xhtml tag for
em. |
static int |
ENTITY_TYPE
An HTML entity.
|
static HTML.Tag |
FIELDSET
Xhtml tag for
fieldset. |
static HTML.Tag |
FONT
Xhtml tag for
font. |
static HTML.Tag |
FORM
Xhtml tag for
form. |
static HTML.Tag |
FRAME
Xhtml tag for
frame. |
static HTML.Tag |
FRAMESET
Xhtml tag for
frameset. |
static HTML.Tag |
H1
Xhtml tag for
h1. |
static HTML.Tag |
H2
Xhtml tag for
h2. |
static HTML.Tag |
H3
Xhtml tag for
h3. |
static HTML.Tag |
H4
Xhtml tag for
h4. |
static HTML.Tag |
H5
Xhtml tag for
h5. |
static HTML.Tag |
H6
Xhtml tag for
h6. |
static HTML.Tag |
HEAD
Xhtml tag for
head. |
static HTML.Tag |
HR
Xhtml tag for
hr. |
static HTML.Tag |
HTML
Xhtml tag for
html. |
static HTML.Tag |
I
Xhtml tag for
i. |
static HTML.Tag |
IFRAME
Xhtml tag for
iframe. |
static HTML.Tag |
IMG
Xhtml tag for
img. |
static HTML.Tag |
INPUT
Xhtml tag for
input. |
static HTML.Tag |
INS
Xhtml tag for
ins. |
static HTML.Tag |
ISINDEX
Xhtml tag for
isindex. |
static HTML.Tag |
KBD
Xhtml tag for
kbd. |
static HTML.Tag |
LABEL
Xhtml tag for
label. |
static HTML.Tag |
LEGEND
Xhtml tag for
legend. |
static HTML.Tag |
LI
Xhtml tag for
li. |
static HTML.Tag |
LINK
Xhtml tag for
link. |
static HTML.Tag |
MAP
Xhtml tag for
map. |
static HTML.Tag |
MENU
Xhtml tag for
menu. |
static HTML.Tag |
META
Xhtml tag for
meta. |
static HTML.Tag |
NOFRAMES
Xhtml tag for
noframes. |
static HTML.Tag |
NOSCRIPT
Xhtml tag for
noscript. |
static HTML.Tag |
OBJECT
Xhtml tag for
object. |
static HTML.Tag |
OL
Xhtml tag for
ol. |
static HTML.Tag |
OPTGROUP
Xhtml tag for
optgroup. |
static HTML.Tag |
OPTION
Xhtml tag for
option. |
static HTML.Tag |
P
Xhtml tag for
p. |
static HTML.Tag |
PARAM
Xhtml tag for
param. |
static HTML.Tag |
PRE
Xhtml tag for
pre. |
static HTML.Tag |
Q
Xhtml tag for
q. |
static HTML.Tag |
S
Xhtml tag for
s. |
static HTML.Tag |
SAMP
Xhtml tag for
samp. |
static HTML.Tag |
SCRIPT
Xhtml tag for
script. |
static HTML.Tag |
SELECT
Xhtml tag for
select. |
static HTML.Tag |
SMALL
Xhtml tag for
small. |
static HTML.Tag |
SPAN
Xhtml tag for
span. |
static HTML.Tag |
STRIKE
Xhtml tag for
strike. |
static HTML.Tag |
STRONG
Xhtml tag for
strong. |
static HTML.Tag |
STYLE
Xhtml tag for
style. |
static HTML.Tag |
SUB
Xhtml tag for
sub. |
static HTML.Tag |
SUP
Xhtml tag for
sup. |
static HTML.Tag |
TABLE
Xhtml tag for
table. |
static int |
TAG_TYPE_END
An end HTML tag.
|
static int |
TAG_TYPE_SIMPLE
A simple HTML tag.
|
static int |
TAG_TYPE_START
A start HTML tag.
|
static HTML.Tag |
TBODY
Xhtml tag for
tbody. |
static HTML.Tag |
TD
Xhtml tag for
td. |
static HTML.Tag |
TEXTAREA
Xhtml tag for
textarea. |
static HTML.Tag |
TFOOT
Xhtml tag for
tfoot. |
static HTML.Tag |
TH
Xhtml tag for
th. |
static HTML.Tag |
THEAD
Xhtml tag for
thead. |
static HTML.Tag |
TITLE
Xhtml tag for
title. |
static HTML.Tag |
TR
Xhtml tag for
tr. |
static HTML.Tag |
TT
Xhtml tag for
tt. |
static HTML.Tag |
U
Xhtml tag for
u. |
static HTML.Tag |
UL
Xhtml tag for
ul. |
static HTML.Tag |
VAR
Xhtml tag for
var. |
BANG, CDATA, DOCTYPE_START, ENTITY_START, XML_NAMESPACECOLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STARstatic final int TAG_TYPE_SIMPLE
<br/>.static final int TAG_TYPE_START
<p>.static final int TAG_TYPE_END
</p>.static final int ENTITY_TYPE
<.static final int CDATA_TYPE
static final HTML.Tag BLOCKQUOTE
blockquote.Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.