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 constructorhzHtagform()Not specified in code. Default applies
Copy constructorhzHtagform(&)Not specified in code. Default applies
Default constructorhzHtagform()Not specified in code. Default applies

Overloaded operators:

const char*operator const char *(void)
hzHtagform&operator=(hzHtagform& op)

Member Variables:

hzHtagclassklasTag class
hzStringnameTag name
hzHtagruleruleTag rule
hzHtagtypetypeTag type