Return the attribute name

Return TypeFunction nameArguments
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 ;
}