AttributeTransformation |
|
BaseToken |
Base token interface.
|
BaseTokenImpl |
Base class for all tokens.
|
BelongsTo |
|
CData |
|
CleanerProperties |
Properties defining cleaner's behaviour
|
CleanerTransformations |
Contains transformation collection.
|
CloseTag |
|
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
|
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
|
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.
|