#include <gHtmlAttr.h>
Inheritance diagram for gHAttrList:
Public Member Functions | |
gHAttrList () | |
virtual | ~gHAttrList () |
virtual bool | IsEmpty () |
virtual unsigned | N () |
virtual short | NAttr () |
virtual char * | Str () |
virtual gParam * | GetAttrParam (short iAttr) |
virtual char * | GetAttr (short iAttr) |
virtual char * | GetAttrValue (short iAttr) |
virtual char * | GetAttrLValue (short iAttr) |
virtual char * | GetAttrRValue (short iAttr) |
virtual int | ValidateValue (char *s) |
virtual void | Reset () |
virtual void | Set (char *s) |
virtual void | CopyAttr (gHAttrList ©) |
char * | Find (char *strAttr, bool doUnquote=true) |
char * | Find (char *strAttr, bool doUnquote, gList &otherL) |
Protected Member Functions | |
int | thisValidateValue (gString &s) |
Protected Attributes | |
short | nAttr |
gParam * | originalLst |
gParam ** | pAttrAssign |
gString | sAttr |
gString | sOAttr |
gString | sThisVal |
|
Definition at line 4 of file gHtmlAttr.cpp. |
|
Definition at line 11 of file gHtmlAttr.cpp. |
|
Definition at line 154 of file gHtmlAttr.cpp. Referenced by gHtmlCouple::CopyTag(). |
|
Definition at line 161 of file gHtmlAttr.cpp. |
|
Definition at line 39 of file gHtmlAttr.h. Referenced by gHtmlCouple::GetHRef(), and gHtmlParser::thisParse(). |
|
Definition at line 48 of file gHtmlAttr.cpp. Referenced by gdTxtCouple::Show(). |
|
Definition at line 88 of file gHtmlAttr.cpp. Referenced by gdHCouple::CopyNormalizeAttr(). |
|
Definition at line 40 of file gHtmlAttr.cpp. Referenced by GetAttrLValue(), and GetAttrRValue(). |
|
Definition at line 94 of file gHtmlAttr.cpp. Referenced by gdHCouple::CopyNormalizeAttr(). |
|
Definition at line 62 of file gHtmlAttr.cpp. Referenced by gdTxtCouple::Show(), and gHtmlParser::thisParse(). |
|
Definition at line 12 of file gHtmlAttr.h. Referenced by gHList::AppendCouple(), and CopyAttr(). |
|
Definition at line 34 of file gHtmlAttr.cpp. Referenced by gdSnarfCont::Add(), and gdTxtCouple::Show(). |
|
Definition at line 18 of file gHtmlAttr.h. Referenced by gdHCouple::CopyNormalizeAttr(). |
|
Reimplemented from gControl. Definition at line 108 of file gHtmlAttr.cpp. Referenced by Set(), and ~gHAttrList(). |
|
Definition at line 117 of file gHtmlAttr.cpp. Referenced by CopyAttr(), and gHtmlCouple::gHtmlCouple(). |
|
Reimplemented from gStorage. Definition at line 16 of file gHtmlAttr.cpp. Referenced by gHList::AppendCouple(), CopyAttr(), gHtmlCouple::GetStr(), gHtmlCouple::GetStrForTree(), and gHtmlParser::thisParse(). |
|
Definition at line 188 of file gHtmlAttr.cpp. Referenced by ValidateValue(). |
|
Definition at line 100 of file gHtmlAttr.cpp. Referenced by Set(). |
|
Definition at line 46 of file gHtmlAttr.h. Referenced by Find(), IsEmpty(), N(), NAttr(), Reset(), Set(), and Str(). |
|
Definition at line 47 of file gHtmlAttr.h. |
|
Definition at line 48 of file gHtmlAttr.h. |
|
Definition at line 50 of file gHtmlAttr.h. Referenced by Str(). |
|
Definition at line 50 of file gHtmlAttr.h. Referenced by GetAttrValue(). |
|
Definition at line 51 of file gHtmlAttr.h. Referenced by Find(). |