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_UNDEFINED | Document type undefined | ||
| DOCTYPE_HTML | Document is HTML | ||
| DOCTYPE_XML | Document is XML |
} ;