Table of Contents

Class HtmlDeclarationReader

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

Constructors

HtmlDeclarationReader(CodeReader)

public HtmlDeclarationReader(CodeReader reader)

Parameters

reader CodeReader

Properties

End

public bool End { get; }

Property Value

bool

SkipSpaces

public bool SkipSpaces { get; set; }

Property Value

bool

Methods

GetNextWord(int)

public Word GetNextWord(int count = 1)

Parameters

count int

Returns

Word

GetPreviousChar()

public Word GetPreviousChar()

Returns

Word

ReadTagDeclaration()

public TagDeclaration ReadTagDeclaration()

Returns

TagDeclaration

ReadWord()

public Word ReadWord()

Returns

Word