|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TagTable in org.w3c.tidy |
Fields in org.w3c.tidy declared as TagTable | |
protected TagTable |
Configuration.tt
|
Methods in org.w3c.tidy that return TagTable | |
TagTable |
Configuration.getTagTable()
Get the tag table associated with this configuration |
Methods in org.w3c.tidy with parameters of type TagTable | |
boolean |
Clean.isWord2000(Node root,
TagTable tt)
|
Node |
Node.findBody(TagTable tt)
|
static void |
Node.moveBeforeTable(Node row,
Node node,
TagTable tt)
|
Node |
Node.findHTML(TagTable tt)
|
Node |
Node.findHEAD(TagTable tt)
|
static boolean |
ParserImpl.XMLPreserveWhiteSpace(Node element,
TagTable tt)
Indicates whether or not whitespace should be preserved for this element. |
void |
DOMDocumentImpl.setTagTable(TagTable tt)
|
Constructors in org.w3c.tidy with parameters of type TagTable | |
Clean(TagTable tt)
|
|
Node(short type,
byte[] textarray,
int start,
int end,
String element,
TagTable tt)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |