Reference for unit 'FastHTMLParser'
Notes
This parser allows you to trap TAG and TEXT zones in html. It is a simple but powerful parser where you use events (a.k.a. callbacks). Inside the events you are fed tags or text. The key to making use this parser is handling the OnFoundTag and OnFoundText events.