HTMLchunkType Enumeration

Majestic12

High-performance .NET C# HTMLparser Library

HTMLchunkType Enumeration

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

public enum HTMLchunkType

Members

Member Name Description
Text Text data from HTML
OpenTag Open tag, possibly with attributes
CloseTag Closed tag (it may still have attributes)
Comment Comment tag ()depending on HTMLparser boolean flags you may have: a) nothing to oHTML variable - for faster performance, call SetRawHTML function in parser b) data BETWEEN tags (but not including comment tags themselves) - DEFAULT c) complete RAW HTML representing data between tags and tags themselves (same as you get in a) when you call SetRawHTML function)
Script Script tag () depending on HTMLparser boolean flags a) nothing to oHTML variable - for faster performance, call SetRawHTML function in parser b) data BETWEEN tags (but not including comment tags themselves) - DEFAULT c) complete RAW HTML representing data between tags and tags themselves (same as you get in a) when you call SetRawHTML function)

Requirements

Namespace: Majestic12

Assembly: HTMLparserDotNet11 (in HTMLparserDotNet11.exe)

See Also

Majestic12 Namespace