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.
|
Configuration.Flag |
A configuration option.
|
Dict |
Tag dictionary node.
|
DOMCharacterDataImpl |
Tidy implementation of org.w3c.dom.CharacterData.
|
DOMNodeImpl |
DOMNodeImpl.
|
DOMTextImpl |
DOMTextImpl.
|
EncodingUtils.GetBytes |
Getter callback: called to retrieve 1 or more additional UTF-8 bytes.
|
EncodingUtils.PutBytes |
Putter callbacks: called to store 1 or more additional UTF-8 bytes.
|
Entity |
HTML ISO entity.
|
EntityTable |
Entity hash table.
|
IStack |
Inline stack node.
|
Lexer |
Lexer for html parser.
|
Lexer.W3CVersionInfo |
document type.
|
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.
|
ParseProperty |
Interface for configuration property parser.
|
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.
|
ValidUTF8Sequence |
|