#include <gHtmlOpt.h>
Inheritance diagram for gHOutOpt:
Public Member Functions | |
gHOutOpt (FILE *afRepErr) | |
virtual | ~gHOutOpt () |
virtual gConfig & | Config () |
virtual bool | HasToSkip (char *sFullTagStr) |
virtual bool | IsTagSkipped (char *sTagStr) |
bool | HasTidy (char *strTag) |
bool | HasTidy (char *strTag, unsigned &idx) |
bool | HasTidyAttr (char *strTag, gString &sAttr) |
bool | HasTidyAttr (char *strTag, gString &sAttr, unsigned &idx) |
void | CopyHOutOpt (gHOutOpt ©) |
virtual int | CopyDefaultAttrs () |
virtual int | CopyDefaultAttrNorms (t_int16 idTag0, t_int16 idTag1, bool doDefault) |
virtual int | ConfigFromFile (char *fName) |
virtual void | Show (bool doShowAll=true) |
Public Attributes | |
FILE * | fRepErr |
sTidyArray | aTidy |
sAttrsTagNorm | lAttrsNorm |
Protected Member Functions | |
bool | thisHasTidy (char *strTag, unsigned &idx) |
bool | thisHasTidyAttr (char *strTag, gString &sAttr, unsigned &idx) |
int | thisConfig (gConfig &cfg) |
Protected Attributes | |
gConfig * | myConfig |
gList | lSkipTag |
gList | lSkipFSt |
gList | lSkipStt |
|
Definition at line 239 of file gHtmlOpt.cpp. |
|
Definition at line 245 of file gHtmlOpt.cpp. |
|
Definition at line 250 of file gHtmlOpt.cpp. |
|
Definition at line 288 of file gHtmlOpt.cpp. |
|
Definition at line 283 of file gHtmlOpt.cpp. Referenced by CopyDefaultAttrs(). |
|
Definition at line 278 of file gHtmlOpt.cpp. |
|
Definition at line 268 of file gHtmlOpt.cpp. Referenced by gHtmlOpt::CopyOptions(). |
|
Definition at line 167 of file gHtmlOpt.h. |
|
Definition at line 163 of file gHtmlOpt.h. |
|
Definition at line 174 of file gHtmlOpt.h. |
|
Definition at line 170 of file gHtmlOpt.h. |
|
Definition at line 256 of file gHtmlOpt.cpp. |
|
Definition at line 159 of file gHtmlOpt.h. Referenced by gHtmlParser::thisParse(). |
|
Reimplemented from gStorage. Definition at line 482 of file gHtmlOpt.cpp. |
|
Definition at line 342 of file gHtmlOpt.cpp. Referenced by ConfigFromFile(). |
|
Definition at line 299 of file gHtmlOpt.cpp. Referenced by HasTidy(). |
|
Definition at line 320 of file gHtmlOpt.cpp. Referenced by HasTidyAttr(). |
|
Definition at line 151 of file gHtmlOpt.h. Referenced by CopyHOutOpt(), gdSnarfCont::gdSnarfCont(), thisConfig(), thisHasTidy(), and thisHasTidyAttr(). |
|
Definition at line 150 of file gHtmlOpt.h. Referenced by CopyHOutOpt(), and thisConfig(). |
|
Definition at line 152 of file gHtmlOpt.h. Referenced by CopyDefaultAttrNorms(), and gdHCouple::CopyNormalizeAttr(). |
|
Definition at line 192 of file gHtmlOpt.h. Referenced by CopyHOutOpt(), HasToSkip(), Show(), and thisConfig(). |
|
Definition at line 193 of file gHtmlOpt.h. Referenced by CopyHOutOpt(), HasToSkip(), and thisConfig(). |
|
Definition at line 191 of file gHtmlOpt.h. Referenced by CopyHOutOpt(), IsTagSkipped(), and thisConfig(). |
|
Definition at line 190 of file gHtmlOpt.h. Referenced by Config(), ConfigFromFile(), Show(), and ~gHOutOpt(). |