v1/src/compiler/attribute_matcher library

Classes

AttributeMatcher
Matches HTML attribute values.
ExactAttributeMatcher
Matches a value that is exactly value.
HyphenAttributeMatcher
Matches a value that is exactly value or prefixed by value-.
ListAttributeMatcher
Matches a whitespace-delimited list of words containing value.
PrefixAttributeMatcher
Matches a value that begins with the prefix value.
SetAttributeMatcher
Matches any value.
SubstringAttributeMatcher
Matches a value that contains the substring value.
SuffixAttributeMatcher
Matches a value that ends with the suffix value.