#include <gHtmlSeq.h>
Inheritance diagram for gHNode:
Public Member Functions | |
gHNode () | |
virtual | ~gHNode () |
virtual bool | IsTag () |
virtual gHtmlCouple * | GetCouple () |
virtual gHtmlCouple * | GetCouplePtr () |
virtual bool | SetCouplePtr (gHtmlCouple *ptrCouple) |
Public Attributes | |
gHNode * | nextNode |
gHTree * | tSub |
Protected Attributes | |
gHtmlCouple * | pCouple |
|
Definition at line 70 of file gHtmlSeq.cpp. |
|
Definition at line 77 of file gHtmlSeq.cpp. |
|
Definition at line 83 of file gHtmlSeq.cpp. |
|
Definition at line 48 of file gHtmlSeq.h. |
|
Definition at line 43 of file gHtmlSeq.h. |
|
Definition at line 89 of file gHtmlSeq.cpp. Referenced by gHTree::AppendCouplePtr(). |
|
Definition at line 39 of file gHtmlSeq.h. Referenced by gHTree::Reset(), and gHTree::thisAppendNode(). |
|
Definition at line 56 of file gHtmlSeq.h. Referenced by GetCouple(), GetCouplePtr(), IsTag(), and SetCouplePtr(). |
|
Definition at line 40 of file gHtmlSeq.h. Referenced by gHTree::AppendTreePtr(), and ~gHNode(). |