Return the attribute name
| Return Type | Function name | Arguments |
|---|---|---|
| const char* | hzAttrset::Name | (void) |
Declared in file: hzDocument.h
Defined in file : hzDocXml.cpp
Function Logic:
Function body:
const char* hzAttrset::Name (void)
{
// Return the attribute name
return *m_Pair.name ;
}