Table of Contents

Class Word

Namespace
ScrapySharp.Html.Parsing
Assembly
ScrapySharp.dll
public class Word
Inheritance
Word
Inherited Members
Extension Methods

Constructors

Word(string, int, int, bool)

public Word(string value, int lineNumber, int linePositionEnd, bool isQuoted)

Parameters

value string
lineNumber int
linePositionEnd int
isQuoted bool

Properties

IsQuoted

public bool IsQuoted { get; }

Property Value

bool

IsWhiteSpace

public bool IsWhiteSpace { get; }

Property Value

bool

LineNumber

public int LineNumber { get; }

Property Value

int

LinePositionBegin

public int LinePositionBegin { get; }

Property Value

int

LinePositionEnd

public int LinePositionEnd { get; }

Property Value

int

QuotedValue

public string QuotedValue { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string

Operators

implicit operator char(Word)

public static implicit operator char(Word word)

Parameters

word Word

Returns

char

implicit operator string(Word)

public static implicit operator string(Word word)

Parameters

word Word

Returns

string