Table of Contents

Class CssSelectorExecutor<n>

Namespace
ScrapySharp.Core
Assembly
ScrapySharp.Core.dll
public class CssSelectorExecutor<n>

Type Parameters

n
Inheritance
CssSelectorExecutor<n>
Inherited Members

Constructors

CssSelectorExecutor(List<n>, List<Token>, INavigationProvider<n>)

public CssSelectorExecutor(List<n> nodes, List<Token> tokens, INavigationProvider<n> navigator)

Parameters

nodes List<n>
tokens List<Token>
navigator INavigationProvider<n>

Properties

MatchAncestors

public bool MatchAncestors { get; set; }

Property Value

bool

Methods

GetElements()

public n[] GetElements()

Returns

n[]