Represents an instance of a supports query. They resolve to either true or false.
Public Member Functions | |
SupportsQuery () | |
virtual bool | IsTrue (ReflowDocument screen) |
Evaluates this query now. More... | |
override string | ToString () |
Static Public Member Functions | |
static SupportsQuery | Load (Value value, int start, int endInclusive) |
Loads this supports query from the given CSS value between the given set indices. More... | |
Static Private Member Functions | |
static SupportsQuery | LoadSection (Value value, ref int i, int endInclusive) |
Loads the given segment of the given value. More... | |
static SupportsQuery | LoadPropertyExpression (ValueSet set) |
Loads a prop ref from the given brackets. It's e.g. (min-width:xpx) etc. More... | |
|
inline |
|
inlinevirtual |
Evaluates this query now.
Reimplemented in Css.SupportsQueryCanSetProperty, Css.SupportsQueryHasProperty, Css.SupportsQueryNot, Css.SupportsQueryAnd, and Css.SupportsQueryList.
|
inlinestatic |
Loads this supports query from the given CSS value between the given set indices.
|
inlinestaticprivate |
Loads a prop ref from the given brackets. It's e.g. (min-width:xpx) etc.
|
inlinestaticprivate |
Loads the given segment of the given value.
|
inline |