Defined in file: hzDocument.h

hzHtmForm is analogous to the hzwForm (web form) class except that the latter is for page generation and so has 'rendering control' data to enable HTML formation. The hzHtmForm class marks a form found in a downloaded page and notes only the form name and a list of fields manifest as name-value pairs (name of field plus a pre-set value if provided).

Constructors/Detructors

Default constructorhzHtmForm()Not specified in code. Default applies
Copy constructorhzHtmForm(&)Not specified in code. Default applies
void~hzHtmForm(void)

Member Variables:

hzList<hzPair>fieldsIncident fields
hzStringnameForm name