Typedefs
-
AttributeGenerator(
String tag, Map<String, String> originalAttributes, AttributeCollector collector) → void -
Uses the
collector
to generate attributes for the giventag
. -
Filter(
String tag, Map<String, String> attributes) → bool -
Returns
true
if the giventag
andattributes
are accepted. -
Matcher(
String name) → bool -
Returns
true
if the givenname
matches.
Properties
Functions
-
setAttribute(
String name, String value) → AttributeGenerator -
Returns an AttributeGenerator that generates an attribute with the given
name
andvalue
.
Classes
- AttributeCollector
-
Allows AttributeGenerators to modify the attributes of the tag that is being added to the copy.
- Cleaner
-
Generates a DocumentFragment by applying the rules from the Whitelist that created this cleaner to the Node given.
- Whitelist
-
Defines the rules for what tags, attribute names and attribute values are allowed in a piece of HTML.