AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.7" />

 XmlTokenType

An enumation of all possible tokens.
CData = 5

The CData token for such regions.

The character token to mark a single character.

A charref token to mark character references.

Comment = 4

The comment tag to mark comments.

The XML declaration.

Doctype = 0

The DOCTYPE token.

EndOfFile = 10

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

EndTag = 3

The end tag token to mark ending tags.

Entity = 8

An entity token to mark entity elements.

A processing instruction token to mark such elements.

The start tag token to mark open tags.