Majestic12

Majestic12

High-performance .NET C# HTMLparser Library

Majestic12 Namespace

Namespace hierarchy

Classes

Class Description
HTMLchunk Parsed HTML token that is either text, comment, script, open or closed tag as indicated by the oType variable.
HTMLparser Allows to parse HTML by splitting it into small token (HTMLchunks) such as tags, text, comments etc. Do NOT create multiple instances of this class - REUSE single instance Do NOT call same instance from multiple threads - it is NOT thread safe

Enumerations

Enumeration Description
HTMLchunkType Type of parsed HTML chunk (token), each non-null returned chunk from HTMLparser will have oType set to one of these values