Defined in file: hzDocument.h
Used in the tag lookup table to tie together the name, type, class and rule for each HTML tag hzTagform is the item of interest when establishing if a tag is a legal HTML(5) tag. It comprises the tag name/type both in text and enumerated form and the applicable tag class and rule. The function HtmlInit() establishes a lookup table of all known HTML5 tags for the benefit of the HTML parser.
Constructors/Detructors
| Default constructor | hzHtagform() | Not specified in code. Default applies |
| Copy constructor | hzHtagform(&) | Not specified in code. Default applies |
| Default constructor | hzHtagform() | Not specified in code. Default applies |
Overloaded operators:
| const char* | operator const char * | (void) | |
| hzHtagform& | operator= | (hzHtagform& op) |
Member Variables:
| hzHtagclass | klas | Tag class | |
| hzString | name | Tag name | |
| hzHtagrule | rule | Tag rule | |
| hzHtagtype | type | Tag type |