| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzAttrset::ValEQ | (const char*,) |
Declared in file: hzDocument.h
Defined in file : hzDocXml.cpp
Function Logic:
Function body:
bool hzAttrset::ValEQ (const char* cstr)
{
if (!m_pHostDoc)
return false ;
return m_Pair.value == cstr ? true : false ;
}