SelectorMatcher<T> class
Reads a list of CssSelectors and allows to calculate which ones are contained in a given CssSelector.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addSelectables(
List< CssSelector> cssSelectors, T callbackCtxt) → void -
match(
CssSelector cssSelector, void matchedCallback(CssSelector, T)?) → bool -
Find the objects that have been added via
addSelectable
whose css selector is contained in the given css selector. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createNotMatcher<
T> (List< CssSelector> notSelectors, T cbContext) → SelectorMatcher<T>