Return the attribute name

Return TypeFunction nameArguments
const char*hzAttrset::Value(void)

Declared in file: hzDocument.h
Defined in file : hzDocXml.cpp

Function Logic:

Function body:

const char* hzAttrset::Value (void)
{
   //  Return the attribute name
   return *m_Pair.value ;
}