Return TypeFunction nameArguments
const hzHtagform&TagLookup(const hzString&,)

Declared in file: hzDocument.h
Defined in file : hzDocHtml.cpp

Function Logic:

0:START 1:!s_htagNam.Count() 2:InitHtml 3:Return s_htagNam[htag]

Function body:

const hzHtagform& TagLookup (const hzString& htag)
{
   if (!s_htagNam.Count())
       InitHtml() ;
   return s_htagNam[htag] ;
}