v1/src/compiler/selector library

Classes

CssSelector
A css selector contains an element name, css classes and attribute/value pairs with the purpose of selecting subsets out of them.
SelectorContext<T>
SelectorListContext
SelectorMatcher<T>
Reads a list of CssSelectors and allows to calculate which ones are contained in a given CssSelector.