Defined in file: hzDocument.h
Constructors/Detructors
hzHtmElem* | hzHtmElem | (void) | |
NULL-BASIS | ~hzHtmElem | (void) |
Public Methods:
unsigned int | Anti | (void) | |
void | FindSubnodes | (hzVect<hzHtmElem*>& result, const char* srchExp, bool bLog) | |
hzHtmElem* | GetFirstChild | (void) | |
const hzDocHtml* | GetHostDoc | (void) | |
hzDocHtml* | GetTree | (void) | |
unsigned int | GetUid | (void) | |
hzEcode | Init | (hzDocHtml* pRoot, hzHtmElem* pParent, hzString& tagname, hzHtagtype type, unsigned int id, unsigned int line) | |
unsigned int | Level | (void) | |
unsigned int | Line | (void) | |
hzString | Name | (void) | |
hzHtmElem* | Parent | (void) | |
hzHtmElem* | Sibling | (void) | |
hzHtagtype | Type | (void) | |
hzEcode | _addnode | (hzHtmElem* pNode) | |
void | _setanti | (unsigned int line) | |
unsigned int | _testnode | (hzVect<hzHtmElem*>& tmpResult, const char* srchExp, unsigned int& nLimit, unsigned int nLevel, bool bLog) | ** Now we have passed the first part of the search expression, we can add this node to the results if there is no furthur search expression. But ** if there is, we have to establish if the remainder of the search expression is satisfied. This will nessesitate a recursive call of ** this function for each and every child of this node with the search expression pointer advanced. Only if at least one of these calls ** succeeds (returns a positive integer for nodes added to the result), can this call succeed. |
Member Variables:
unsigned int | m_Children | No description | |
hzString | m_Name | No description | |
unsigned int | m_Parent | No description | |
unsigned int | m_Sibling | No description | |
hzHtagtype | m_Type | No description | |
unsigned int | m_Uid | No description | |
hzString | m_fixContent | No description | |
unsigned int | m_nAnti | No description | |
unsigned short | m_nAttrs | No description | |
unsigned short | m_nLevel | No description | |
unsigned int | m_nLine | No description | |
unsigned int | m_nSubnodes | No description | |
hzDocHtml* | m_pHostDoc | No description | |
hzChain | m_tmpContent | No description |