Table of Contents

Enum HtmlTokenType

Namespace
AngleSharp.Html.Parser
Assembly
AngleSharp.dll

An enumation of all possible tokens.

public enum HtmlTokenType : byte
Extension Methods

Fields

Character = 4

The character token to mark a character data.

Comment = 3

The comment tag to mark comments.

Doctype = 0

The DOCTYPE token.

EndOfFile = 5

The End-Of-File token to mark the end.

EndTag = 2

The end tag token to mark ending tags.

StartTag = 1

The start tag token to mark open tags.