Typedefs
-
AddAttribute(
String attribute, String value) → void -
AttributeGenerator(
String tag, Map<String, String> attributes, AddAttribute adder) → void -
Filter(
String tag, Map<String, String> attributes) → bool -
Matcher(
String tag) → bool
Properties
- always → Filter
-
read-only
- anyAttribute → Matcher
-
read-only
- anyTag → Matcher
-
read-only
- noMatcher → Matcher
-
read-only
- noOp → AttributeGenerator
-
read-only
Functions
-
forceAttribute(
String attribute, String value, { Filter when }) → AttributeGenerator