Table of Contents

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

string

Begins

The "^=" attribute combinator.

public static readonly string Begins

Field Value

string

Child

The ">" combinator.

public static readonly string Child

Field Value

string

Column

The "||" combinator.

public static readonly string Column

Field Value

string

Deep

The ">>>" combinator.

public static readonly string Deep

Field Value

string

Descendant

The " " combinator.

public static readonly string Descendant

Field Value

string

Descendent

The " " combinator.

[Obsolete("Use CombinatorSymbols.Descendant")]
public static readonly string Descendent

Field Value

string

Ends

The "$=" attribute combinator.

public static readonly string Ends

Field Value

string

Exactly

The "=" attribute combinator.

public static readonly string Exactly

Field Value

string

InList

The "~=" attribute combinator.

public static readonly string InList

Field Value

string

InText

The "*=" attribute combinator.

public static readonly string InText

Field Value

string

InToken

The "|=" attribute combinator.

public static readonly string InToken

Field Value

string

Pipe

The "|" combinator.

public static readonly string Pipe

Field Value

string

Sibling

The "~" combinator.

public static readonly string Sibling

Field Value

string

Unlike

The "!=" attribute combinator.

public static readonly string Unlike

Field Value

string