| AttributeTransformation |
|
| BaseHtmlNode |
|
| BaseToken |
Base token interface.
|
| BaseTokenImpl |
Base class for all tokens.
|
| BelongsTo |
|
| CData |
|
| ChildBreaks |
Contains information about nodes that were closed due to their child nodes.
|
| CleanerProperties |
Properties defining cleaner's behaviour
|
| CleanerTransformations |
Contains transformation collection.
|
| CleanTimeValues |
This class is for thread-safe handling of private instance variables from HtmlCleaner
|
| CloseTag |
|
| CommentNode |
HTML comment token.
|
| ContentNode |
HTML text token.
|
| ContentType |
|
| DefaultTagProvider |
This is the default tag provider for HTML Cleaner
Note this is no longer generated from XML - see https://sourceforge.net/p/htmlcleaner/bugs/81/
|
| Display |
Most HTML 4 elements permitted within the BODY are classified as either
block-level elements or inline elements.
|
| DoctypeToken |
HTML doctype token.
|
| Html4TagProvider |
|
| Html5TagProvider |
|
| HtmlCleaner |
Main HtmlCleaner class.
|
| HtmlNode |
Marker interface denoting nodes of the document tree
|
| HtmlSerializer |
Abstract HTML serializer - contains common logic for descendants.
|
| ITagInfoProvider |
Provides set of TagInfo instances.
|
| MathMLTagProvider |
It contains the MathML tags to use with Html5 tags
|
| NestingState |
Nesting State
Wrapper for a current HtmlCleaner cleaning state, keeping together
the set of open tags and breaks in the current state.
|
| OpenTags |
Class that contains information and methods for managing list of open,
but unhandled tags.
|
| OptionalOutput |
|
| Serializer |
Basic abstract serializer - contains common logic for descendants (methods writeXXX().
|
| SpecialEntities |
This class contains map with special entities used in HTML and their
unicodes.
|
| SpecialEntity |
|
| 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.
|
| TagNodeVisitor |
Defines action to be performed on TagNodes
|
| TagPos |
Contains information about a single open tag
|
| 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.
|
| XmlVisitor |
Node visitor interface.
|
| XPatherException |
Exception that could occure during XPather evaluation.
|