| Return Type | Function name | Arguments |
|---|---|---|
| hzString | Tagtype2Txt | (hzHtagtype,) |
Declared in file: hzDocument.h
Defined in file : hzDocHtml.cpp
Function Logic:
Function body:
hzString Tagtype2Txt (hzHtagtype type)
{
if (!s_htagNam.Count())
InitHtml() ;
if (type < HTAG_NULL)
return s_tagformDuff.name ;
if (s_htagTyp.Count() <&eq; (uint32_t) type)
return s_tagformDuff.name ;
return s_htagTyp[type].name ;
}