AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.16.0" />

.NET API 879,104 bytes

 ComplexSelector

sealed class ComplexSelector : ISelector
Represents a complex selector, i.e. one or more compound selectors separated by combinators.
public bool IsReady { get; }

public int Length { get; }

public Priority Specificity { get; }

public string Text { get; }

public ComplexSelector()

public void Accept(ISelectorVisitor visitor)

public void AppendSelector(ISelector selector, CssCombinator combinator)

public void ConcludeSelector(ISelector selector)

public bool Match(IElement element, IElement scope)