| BaseToken |
Base token interface.
|
| CleanerProperties |
Properties defining cleaner's behaviour
|
| CleanerTransformations |
Contains transformation collection.
|
| DefaultTagProvider |
This class is automatically created from ConfigFileTagProvider which reads
default XML configuration file with tag descriptions.
|
| DoctypeToken |
HTML doctype token.
|
| HtmlCleaner.CleanTimeValues |
|
| HtmlCleaner.OpenTags |
Class that contains information and mathods for managing list of open,
but unhandled tags.
|
| HtmlCleaner.TagPos |
Contains information about single open tag
|
| HtmlCleanerException |
General HtmlCleaner runtime exception.
|
| HtmlNode |
Marker interface denoting nodes of the document tree
|
| HtmlSerializer |
Abstract HTML serializer - contains common logic for descendants.
|
| ITagInfoProvider |
Provides set of TagInfo instances.
|
| Serializer |
Basic abstract serializer - contains common logic for descendants (methods writeXXX().
|
| SpecialEntity |
This class contains map with special entities used in HTML and their unicodes.
|
| TagInfo |
Class contains information about single HTML tag.
It also contains rules for tag balancing.
|
| TagNode |
XML node tag - basic node of the cleaned HTML tree.
|
| TagNode.ITagNodeCondition |
Used as base for different node checkers.
|
| TagNodeVisitor |
Defines action to be performed on TagNodes
|
| TagToken |
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
|
| TagTransformation |
Describes how specified tag is transformed to another one, or is ignored during parsing
|
| XmlSerializer |
Abstract XML serializer - contains common logic for descendants.
|
| XPatherException |
Exception that could occure during XPather evaluation.
|