Public Member Functions | |
SupportsQueryList (SupportsQuery[] queries) | |
Used when listing,supports,queries. More... | |
SupportsQueryList (ReflowDocument doc, SupportsQuery q) | |
Used by JS. More... | |
override bool | IsTrue (ReflowDocument document) |
Evaluates this query now. More... | |
override string | ToString () |
Public Member Functions inherited from Css.SupportsQuery | |
SupportsQuery () | |
override string | ToString () |
Public Attributes | |
SupportsQuery[] | Queries |
The underlying set of queries. More... | |
ReflowDocument | Document |
The host document (if any). More... | |
Properties | |
bool | matches [get] |
Do they all match? More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Css.SupportsQuery | |
static SupportsQuery | Load (Value value, int start, int endInclusive) |
Loads this supports query from the given CSS value between the given set indices. More... | |
|
inline |
Used when listing,supports,queries.
|
inline |
Used by JS.
|
inlinevirtual |
Evaluates this query now.
Reimplemented from Css.SupportsQuery.
|
inline |
ReflowDocument Css.SupportsQueryList.Document |
The host document (if any).
SupportsQuery [] Css.SupportsQueryList.Queries |
The underlying set of queries.
|
get |
Do they all match?