Defined in header file: hzDocument.h

Enumeration for acceptable document types. This is a vastly cut down set compared to MIME types because it is limited to document structures that can be loaded into instances of a derivative of the hzDocument class.

Enum definition:

enum    hzDoctype
{

DOCTYPE_UNDEFINEDDocument type undefined
DOCTYPE_HTMLDocument is HTML
DOCTYPE_XMLDocument is XML

} ;