| Package | Description |
|---|---|
| org.w3c.tidy |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ParserImpl.ParseBlock |
Parser for block elements.
|
static class |
ParserImpl.ParseBody |
Parser for BODY.
|
static class |
ParserImpl.ParseColGroup |
Parser for COLGROUP.
|
static class |
ParserImpl.ParseDefList |
Parser for DEFLIST.
|
static class |
ParserImpl.ParseEmpty |
Parser for empty elements.
|
static class |
ParserImpl.ParseFrameSet |
Parser for FRAMESET.
|
static class |
ParserImpl.ParseHead |
Parser for HEAD.
|
static class |
ParserImpl.ParseHTML |
Parser for HTML.
|
static class |
ParserImpl.ParseInline |
Parser for INLINE.
|
static class |
ParserImpl.ParseList |
Parser for LIST.
|
static class |
ParserImpl.ParseNoFrames |
Parser for NOFRAMES.
|
static class |
ParserImpl.ParseOptGroup |
Parser for OPTGROUP.
|
static class |
ParserImpl.ParsePre |
Parser for PRE.
|
static class |
ParserImpl.ParseRow |
Parser for ROW.
|
static class |
ParserImpl.ParseRowGroup |
Parser for ROWGROUP.
|
static class |
ParserImpl.ParseScript |
Parser for SCRIPT.
|
static class |
ParserImpl.ParseSelect |
Parser for SELECT.
|
static class |
ParserImpl.ParseTableTag |
Parser for TABLE.
|
static class |
ParserImpl.ParseText |
Parser for text nodes.
|
static class |
ParserImpl.ParseTitle |
Parser for TITLE.
|
| Modifier and Type | Field | Description |
|---|---|---|
static Parser |
ParserImpl.BLOCK |
parser for block elements.
|
static Parser |
ParserImpl.BODY |
parser for body.
|
static Parser |
ParserImpl.COLGROUP |
parser for colgroup.
|
static Parser |
ParserImpl.DEFLIST |
parser for definition lists.
|
static Parser |
ParserImpl.EMPTY |
parser for empty elements.
|
static Parser |
ParserImpl.FRAMESET |
parser for frameset.
|
static Parser |
ParserImpl.HEAD |
parser for head.
|
static Parser |
ParserImpl.HTML |
parser for html.
|
static Parser |
ParserImpl.INLINE |
parser for inline.
|
static Parser |
ParserImpl.LIST |
parser for list.
|
static Parser |
ParserImpl.NOFRAMES |
parser for noframes.
|
static Parser |
ParserImpl.OPTGROUP |
parser for optgroup.
|
static Parser |
ParserImpl.PRE |
parser for pre.
|
static Parser |
ParserImpl.ROW |
parser for row.
|
static Parser |
ParserImpl.ROWGROUP |
parser for rowgroup.
|
static Parser |
ParserImpl.SCRIPT |
parser for script.
|
static Parser |
ParserImpl.SELECT |
parser for select.
|
static Parser |
ParserImpl.TABLETAG |
parser for table.
|
static Parser |
ParserImpl.TEXT |
parser for text.
|
static Parser |
ParserImpl.TITLE |
parser for title.
|
| Modifier and Type | Method | Description |
|---|---|---|
Parser |
TagTable.findParser(Node node) |
Finds a parser fo the given node.
|
Parser |
Dict.getParser() |
Getter for
parser. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Dict.setParser(Parser parser) |
Setter for
parser. |
| Constructor | Description |
|---|---|
Dict(java.lang.String name,
short versions,
int model,
Parser parser,
TagCheck chkattrs) |
Instantiates a new Tag definition.
|