Return Type | Function name | Arguments |
---|---|---|
hzHtmElem* | hzHtmElem::Parent | (void) |
Declared in file: hzDocument.h
Defined in file : hzDocHtml.cpp
Function Logic:
Function body:
hzHtmElem* hzHtmElem::Parent (void) { _hzfunc("hzHtmElem::Parent") ; if (!m_pHostDoc) hzexit(E_NOINIT, "Element %s: Node has no host document", *m_Name) ; if (!m_Parent) return 0; return m_pHostDoc->m_arrNodes.InSitu(m_Parent-1); }