Typedefs
-
AddAttribute(
String name, String value) → void -
Adds an attribute with the given
name
andvalue
to the current tag. -
AttributeGenerator(
String tag, Map<String, String> originalAttributes, AddAttribute adder) → void -
Invokes the
adder
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
-
forceAttribute(
String name, String value) → AttributeGenerator -
Returns an AttributeGenerator that generates an attribute with the given
name
andvalue
.