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