Table of Contents

Class Tokens

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

Constructors

Tokens()

public Tokens()

Fields

Assign

public const string Assign = "="

Field Value

string

CloseTag

public const string CloseTag = "/"

Field Value

string

CloseTagDeclarator

public const string CloseTagDeclarator = "</"

Field Value

string

CommentBegin

public const string CommentBegin = "!--"

Field Value

string

CommentEnd

public const string CommentEnd = "--"

Field Value

string

Doctype

public const string Doctype = "<!"

Field Value

string

Quote

public const char Quote = '"'

Field Value

char

SimpleQuote

public const char SimpleQuote = '\''

Field Value

char

TagBegin

public const char TagBegin = '<'

Field Value

char

TagEnd

public const char TagEnd = '>'

Field Value

char