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