Defined in header file: hzDocument.h
This is returned by the AtHtmlTag function which determines if the supplied chain iterator is at either:-
Enum definition:
enum hzHtagInd
{
| HTAG_IND_NULL | Not at a HTML tag or anti-tag | ||
| HTAG_IND_OPEN | At the start of an opening HTML tag | ||
| HTAG_IND_ANTI | At the start of an HTML anti-tag | ||
| HTAG_IND_SELF | At the start of a self closing HTML tag |
} ;