Class CombinatorSymbols
- Namespace
- AngleSharp.Css
- Assembly
- AngleSharp.dll
The collection of known CSS selector combinator symbols.
public static class CombinatorSymbols
- Inheritance
-
CombinatorSymbols
- Inherited Members
Fields
Adjacent
The "+" combinator.
public static readonly string Adjacent
Field Value
Begins
The "^=" attribute combinator.
public static readonly string Begins
Field Value
Child
The ">" combinator.
public static readonly string Child
Field Value
Column
The "||" combinator.
public static readonly string Column
Field Value
Deep
The ">>>" combinator.
public static readonly string Deep
Field Value
Descendant
The " " combinator.
public static readonly string Descendant
Field Value
Descendent
The " " combinator.
[Obsolete("Use CombinatorSymbols.Descendant")]
public static readonly string Descendent
Field Value
Ends
The "$=" attribute combinator.
public static readonly string Ends
Field Value
Exactly
The "=" attribute combinator.
public static readonly string Exactly
Field Value
InList
The "~=" attribute combinator.
public static readonly string InList
Field Value
InText
The "*=" attribute combinator.
public static readonly string InText
Field Value
InToken
The "|=" attribute combinator.
public static readonly string InToken
Field Value
Pipe
The "|" combinator.
public static readonly string Pipe
Field Value
Sibling
The "~" combinator.
public static readonly string Sibling
Field Value
Unlike
The "!=" attribute combinator.
public static readonly string Unlike