| Package | Description |
|---|---|
| org.w3c.tidy |
| Modifier and Type | Field | Description |
|---|---|---|
protected Dict |
IStack.tag |
tag's dictionary definition.
|
protected Dict |
Node.tag |
tag's dictionary definition.
|
protected Dict |
TagTable.tagA |
a tag.
|
protected Dict |
TagTable.tagApplet |
applet tag.
|
protected Dict |
TagTable.tagArea |
area tag.
|
protected Dict |
TagTable.tagB |
b tag.
|
protected Dict |
TagTable.tagBase |
base tag.
|
protected Dict |
TagTable.tagBig |
big tag.
|
protected Dict |
TagTable.tagBlink |
a proprietary tag added by Tidy, along with tag_nobr, tag_wbr.
|
protected Dict |
TagTable.tagBlockquote |
blockquote tag.
|
protected Dict |
TagTable.tagBody |
body tag.
|
protected Dict |
TagTable.tagBr |
br tag.
|
protected Dict |
TagTable.tagCaption |
caption tag.
|
protected Dict |
TagTable.tagCenter |
center tag.
|
protected Dict |
TagTable.tagCol |
col tag.
|
protected Dict |
TagTable.tagColgroup |
colgroup tag.
|
protected Dict |
TagTable.tagDd |
dd tag.
|
protected Dict |
TagTable.tagDir |
dir tag.
|
protected Dict |
TagTable.tagDiv |
div tag.
|
protected Dict |
TagTable.tagDl |
dl tag.
|
protected Dict |
TagTable.tagDt |
dt tag.
|
protected Dict |
TagTable.tagEm |
em tag.
|
protected Dict |
TagTable.tagFont |
font tag.
|
protected Dict |
TagTable.tagForm |
form tag.
|
protected Dict |
TagTable.tagFrame |
frame tag.
|
protected Dict |
TagTable.tagFrameset |
frameset tag.
|
protected Dict |
TagTable.tagH1 |
h1 tag.
|
protected Dict |
TagTable.tagH2 |
h2 tag.
|
protected Dict |
TagTable.tagHead |
head tag.
|
protected Dict |
TagTable.tagHr |
hr tag.
|
protected Dict |
TagTable.tagHtml |
html tag.
|
protected Dict |
TagTable.tagI |
i tag.
|
protected Dict |
TagTable.tagIframe |
iframe tag.
|
protected Dict |
TagTable.tagImg |
img tag.
|
protected Dict |
TagTable.tagInput |
input tag.
|
protected Dict |
TagTable.tagLayer |
layer tag.
|
protected Dict |
TagTable.tagLi |
li tag.
|
protected Dict |
TagTable.tagLink |
link tag.
|
protected Dict |
TagTable.tagListing |
listing tag.
|
protected Dict |
TagTable.tagMap |
map tag.
|
protected Dict |
TagTable.tagMeta |
meta tag.
|
protected Dict |
TagTable.tagNobr |
nobr tag.
|
protected Dict |
TagTable.tagNoframes |
noframes tag.
|
protected Dict |
TagTable.tagNoscript |
noscript tag.
|
protected Dict |
TagTable.tagObject |
object tag.
|
protected Dict |
TagTable.tagOl |
ol tag.
|
protected Dict |
TagTable.tagOptgroup |
optgroup tag.
|
protected Dict |
TagTable.tagOption |
option tag.
|
protected Dict |
TagTable.tagP |
p tag.
|
protected Dict |
TagTable.tagParam |
param tag.
|
protected Dict |
TagTable.tagPre |
pre tag.
|
protected Dict |
TagTable.tagQ |
tag.
|
protected Dict |
TagTable.tagScript |
script tag.
|
protected Dict |
TagTable.tagSmall |
small tag.
|
protected Dict |
TagTable.tagSpacer |
spacer tag.
|
protected Dict |
TagTable.tagSpan |
span tag.
|
protected Dict |
TagTable.tagStrong |
strong tag.
|
protected Dict |
TagTable.tagStyle |
style tag.
|
protected Dict |
TagTable.tagTable |
table tag.
|
protected Dict |
TagTable.tagTd |
td tag.
|
protected Dict |
TagTable.tagTextarea |
textarea tag.
|
protected Dict |
TagTable.tagTh |
th tag.
|
protected Dict |
TagTable.tagTitle |
title tag.
|
protected Dict |
TagTable.tagTr |
tr tag.
|
protected Dict |
TagTable.tagUl |
ul tag.
|
protected Dict |
TagTable.tagWbr |
wbr tag.
|
protected Dict |
Node.was |
old tag when it was changed.
|
static Dict |
TagTable.XML_TAGS |
dummy entry for all xml tags.
|
| Modifier and Type | Method | Description |
|---|---|---|
Dict |
TagTable.install(Dict dict) |
Installs a new tag in the tag table, or modify an existing one.
|
Dict |
TagTable.lookup(java.lang.String name) |
Lookup a tag definition by its name.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Node.coerceNode(Lexer lexer,
Node node,
Dict tag) |
Coerce a node.
|
Dict |
TagTable.install(Dict dict) |
Installs a new tag in the tag table, or modify an existing one.
|
boolean |
Node.isDescendantOf(Dict tag) |
Is this node contained in a given tag?
|