#include <gHtmlParser.h>
Inheritance diagram for gHtmlContent:
Public Member Functions | |
gHtmlContent () | |
virtual | ~gHtmlContent () |
virtual gHtmlCouple * | GetCouple (unsigned idx) |
virtual char * | Str (unsigned idx) |
unsigned | Add (char *s) |
virtual int | UpCaseAttributes (char *strTag, gString &sRes) |
virtual gHtmlOpt & | GetHtmlOpt () |
virtual bool | SetHtmlOpt (gHtmlOpt *pHtmlOpt) |
virtual int | TagError (unsigned lineNr, int error, char *sLine, char *sShortMsg) |
virtual void | Show (bool doShowAll=true) |
Protected Member Functions | |
int | thisAddHmtlLine (unsigned lineNr, char *s) |
int | thisAddHtmlText (unsigned lineNr, char *sText) |
int | thisAddHtmlTag (unsigned lineNr, char *strTag, bool isEndTag) |
int | thisAddCouple (gHtmlCouple *pCouple, gList &oL) |
Protected Attributes | |
unsigned | nLines |
gHtmlOpt * | theHtmlOpt |
|
Definition at line 630 of file gHtmlParser.cpp. |
|
Definition at line 636 of file gHtmlParser.cpp. |
|
Reimplemented from gList. Reimplemented in gdSnarfCont. Definition at line 657 of file gHtmlParser.cpp. Referenced by gdSnarfCont::Add(), and gHtmlParser::thisFillFromUnweb(). |
|
Reimplemented in gHList. Definition at line 640 of file gHtmlParser.cpp. Referenced by gHList::GetCouple(), gdSnarfCont::GetOCouple(), Str(), gdSnarfCont::Str(), and gHtmlParser::thisParse(). |
|
Definition at line 761 of file gHtmlParser.cpp. Referenced by UpCaseAttributes(). |
|
Definition at line 767 of file gHtmlParser.cpp. Referenced by gdSnarfCont::gdSnarfCont(), and gHtmlParser::SetOptions(). |
|
Reimplemented from gList. Definition at line 785 of file gHtmlParser.cpp. |
|
Reimplemented from gListGeneric. Reimplemented in gdSnarfCont. Definition at line 649 of file gHtmlParser.cpp. Referenced by gHSeq::ShowPart(), and gHtmlParser::thisParse(). |
|
Definition at line 772 of file gHtmlParser.cpp. Referenced by thisAddHtmlTag(). |
|
Definition at line 857 of file gHtmlParser.cpp. Referenced by thisAddHtmlTag(), and thisAddHtmlText(). |
|
Definition at line 795 of file gHtmlParser.cpp. Referenced by Add(). |
|
Definition at line 825 of file gHtmlParser.cpp. Referenced by thisAddHmtlLine(). |
|
Definition at line 815 of file gHtmlParser.cpp. Referenced by thisAddHmtlLine(). |
|
Definition at line 665 of file gHtmlParser.cpp. Referenced by thisAddHtmlTag(). |
|
Definition at line 207 of file gHtmlParser.h. Referenced by Add(). |
|
Definition at line 208 of file gHtmlParser.h. Referenced by GetHtmlOpt(), SetHtmlOpt(), and gdSnarfCont::~gdSnarfCont(). |