Anchor |
Anchor/node Linked list.
|
AttrCheck |
Check attribute values.
|
Attribute |
HTML attribute.
|
AttributeTable |
HTML attribute hash table.
|
AttVal |
Attribute/Value linked list node.
|
Configuration |
Read configuration file and manage configuration properties.
|
Dict |
Tag dictionary node.
|
DOMCharacterDataImpl |
Tidy implementation of org.w3c.dom.CharacterData.
|
DOMNodeImpl |
DOMNodeImpl.
|
DOMTextImpl |
DOMTextImpl.
|
Entity |
HTML ISO entity.
|
EntityTable |
Entity hash table.
|
ExcessiveNesting |
Exception signaling a document with excessive nesting that is considered a denial-of-service attack.
|
HtmlVersion |
Constants for supported HTML schemas.
|
IStack |
Inline stack node.
|
Lexer |
Lexer for html parser.
|
Node |
Used for elements and text nodes element name is null for text nodes start and end are offsets into lexbuf which
contains the textual content of all elements in the parse tree.
|
Out |
Tidy Output interface.
|
Parser |
HTML Parser.
|
Report |
Error/informational message reporter.
|
StreamIn |
Input Stream.
|
Style |
Linked list of class names and styles.
|
StyleProp |
Linked list of style properties.
|
TagCheck |
Check HTML attributes.
|
TagTable |
Tag dictionary node hash table.
|
TidyMessage |
Message sent to listeners for validation errors/warnings and info.
|
TidyMessage.Level |
Message severity enumeration.
|
TidyMessageListener |
Listener interface for validation errors/warnings and info.
|