Package | Description |
---|---|
org.w3c.tidy |
Modifier and Type | Field and Description |
---|---|
protected TagTable |
Configuration.tt
TagTable associated with this Configuration.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.findBody(TagTable tt)
Find the body node.
|
Node |
Node.findHEAD(TagTable tt)
Find the head tag.
|
Node |
Node.findHTML(TagTable tt)
Find the "html" element.
|
Node |
Node.findTITLE(TagTable tt) |
static void |
Node.moveBeforeTable(Node row,
Node node,
TagTable tt)
Unexpected content in table row is moved to just before the table in accordance with Netscape and IE.
|
static boolean |
ParserImpl.XMLPreserveWhiteSpace(Node element,
TagTable tt)
Indicates whether or not whitespace should be preserved for this element.
|
Constructor and Description |
---|
Clean(TagTable tagTable)
Instantiates a new Clean.
|
Node(short type,
byte[] textarray,
int start,
int end,
java.lang.String element,
TagTable tt)
Instantiates a new node.
|
Copyright © 2000–2017 sourceforge. All rights reserved.