Return Type | Function name | Arguments |
---|---|---|
const hzHtagform& | TagLookup | (const hzString&,) |
Declared in file: hzDocument.h
Defined in file : hzDocHtml.cpp
Function Logic:
Function body:
const hzHtagform& TagLookup (const hzString& htag) { if (!s_htagNam.Count()) InitHtml() ; return s_htagNam[htag] ; }