| Return Type | Function name | Arguments |
|---|---|---|
| const char* | hzXmlNode::txtPtxt | (void) |
Declared in file: hzDocument.h
Defined in file : hzDocXml.cpp
Function Logic:
Function body:
const char* hzXmlNode::txtPtxt (void)
{
_hzfunc("hzXmlNode::txtPtxt") ;
if (!m_pHostDoc)
hzexit(E_NOINIT, "Node has no host document") ;
return *m_Ptxt ;
}