AngleSharp by Florian Rappl

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

 BaseTokenizer

abstract class BaseTokenizer : SourceManager
Common methods and variables of all tokenizers.
protected readonly StringBuilder _stringBuffer

The event will be fired once an error has been detected.

public BaseTokenizer(TextSource source)

Gets the current position.

public void RaiseErrorOccurred(ErrorCode code)

Fires an error occurred event.

Fires an error occurred event.