Defined in header file: hzDocument.h

HTML Tag groupings by function Note that this enum, along with enum hzHtagtype, enum hzHtagrule and the hzHtagform class, are related matter, pertenant both to the generation of HTML in Dissemino and the parsing of any incoming HTML (web scraping)

Enum definition:

enum    hzHtagclass
{

HTCLASS_NULNo valid class
HTCLASS_HDRPage structure tags
HTCLASS_DATData/layout tags
HTCLASS_LNKLink tags
HTCLASS_INPInput/form tags. Attrs only, no content
HTCLASS_INFInformation tags
HTCLASS_SYSSystem tags (embed directives)
HTCLASS_TXTFont control tags. Note these cannot have meaningful content in thier own right and are instead treated as part of the content of a parent tag that can. This also means that during data extraction from a HTML page, these tags are ignored.
HTCLASS_IMGImage tags (no text content)
HTCLASS_3RDThird party tag (no text content, ignored)

} ;