Table of Contents

Class CodeReader

Namespace
ScrapySharp.Html.Parsing
Assembly
ScrapySharp.dll
public class CodeReader
Inheritance
CodeReader
Inherited Members

Constructors

CodeReader(string)

public CodeReader(string sourceCode)

Parameters

sourceCode string

Properties

End

public bool End { get; }

Property Value

bool

LineNumber

public int LineNumber { get; }

Property Value

int

LinePosition

public int LinePosition { get; }

Property Value

int

MaxWordCount

public int MaxWordCount { get; }

Property Value

int

Methods

GetNextChar()

public char GetNextChar()

Returns

char

GetPreviousChar()

public char GetPreviousChar()

Returns

char

IsLetterOrDigit(char)

public bool IsLetterOrDigit(char c)

Parameters

c char

Returns

bool

ReadChar()

public char ReadChar()

Returns

char

ReadWord()

public Word ReadWord()

Returns

Word