Table of Contents

Interface INavigationProvider<t>

Namespace
ScrapySharp.Core
Assembly
ScrapySharp.Core.dll
public interface INavigationProvider<t>

Type Parameters

t

Methods

AncestorsAndSelf(List<t>)

List<t> AncestorsAndSelf(List<t> value)

Parameters

value List<t>

Returns

List<t>

Attributes(t)

NameValueCollection Attributes(t value)

Parameters

value t

Returns

NameValueCollection

ChildNodes(List<t>)

List<t> ChildNodes(List<t> value)

Parameters

value List<t>

Returns

List<t>

Descendants(List<t>)

List<t> Descendants(List<t> value)

Parameters

value List<t>

Returns

List<t>

GetAttributeValue(t, string, string)

string GetAttributeValue(t value, string value, string value)

Parameters

value t
value string
value string

Returns

string

GetId(t)

string GetId(t value)

Parameters

value t

Returns

string

GetName(t)

string GetName(t value)

Parameters

value t

Returns

string

ParentNodes(List<t>)

List<t> ParentNodes(List<t> value)

Parameters

value List<t>

Returns

List<t>