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
   //  if (!m_pHostDoc) return 0 ;
   //  if (m_Pair.m_A < 1) return 0 ;
   //  return m_pHostDoc->Xlate(m_Pair.m_A) ;
   return *m_Pair.name ;
}