Css.DirectPreviousSiblingMatch Class Reference

Detailed Description

Describes if a sibling directly before the element matches a selector.

Inheritance diagram for Css.DirectPreviousSiblingMatch:
Css.StructureMatcher Css.SelectorMatcher

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 ()
 

Additional Inherited Members

- Public Attributes inherited from Css.SelectorMatcher
Selector Selector
 The host selector. 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...
 

Member Function Documentation

override void Css.DirectPreviousSiblingMatch.MoveUpwards ( CssEvent  e)
inlinevirtual

Moves e.CurrentNode through the DOM ('backwards', e.g. from something to its parent).

Reimplemented from Css.StructureMatcher.

override string Css.DirectPreviousSiblingMatch.ToString ( )
inline