Describes if a sibling before the element matches a selector.
Public Member Functions | |
override void | MoveUpwards (CssEvent e) |
Moves e.CurrentNode through the DOM ('backwards', e.g. from something to its parent). More... | |
override string | ToString () |
Properties | |
override bool | Repeat [get] |
This one can repeat - i.e. it'll keep moving through the structure until it nulls. More... | |
Properties inherited from Css.StructureMatcher | |
virtual bool | Repeat [get] |
True if this matcher should be repeatedly moved until it potentially gets a hit. More... | |
Additional Inherited Members | |
Public Attributes inherited from Css.SelectorMatcher | |
Selector | Selector |
The host selector. More... | |
|
inlinevirtual |
Moves e.CurrentNode through the DOM ('backwards', e.g. from something to its parent).
Reimplemented from Css.StructureMatcher.
|
inline |
|
get |
This one can repeat - i.e. it'll keep moving through the structure until it nulls.