#include "gweb.h"
#include "ghash.h"
#include "glistext.h"
#include "gstack.h"
#include "gHtmlOpt.h"
#include "gHtmlAttr.h"
#include "gHtmlHATypes.h"
#include "gdNetStrings.h"
Go to the source code of this file.
Defines | |
#define | XH_NOTAG -9 |
#define | XH_ENDTAG -11 |
#define | XH_TBL_TAG_OPTEND 'O' |
#define | XH_TBL_TAG_OPTEND_CFG 'o' |
#define | XH_SKIP_TAG -1 |
#define | XH_SKIP_TAG_FORCE -2 |
#define | XH_SKIP_ATTR -1 |
#define | XH_IDTAG_ANCHOR 0 |
#define | XH_IDTAG_BASE 7 |
#define | XH_IDTAG_BODY 12 |
#define | XH_IDTAG_FONTx 30 |
#define | XH_IDTAG_H1 34 |
#define | XH_IDTAG_HL 39 |
#define | XH_IDTAG_HEAD 40 |
#define | XH_IDTAG_HTML 42 |
#define | XH_IDTAG_IMG 45 |
#define | XH_IDTAG_TABLEx 78 |
Enumerations | |
enum | eHtmlElementFamily { e_HtmlElementPhrase = 1 } |
|
Definition at line 15 of file gHtmlParser.h. Referenced by gHtmlCouple::IsTagEnd(), gHtmlContent::thisAddHtmlTag(), and gdHCouple::thisInitTag(). |
|
Definition at line 24 of file gHtmlParser.h. Referenced by gdHCouple::GetHRef(), and gHSeq::thisBuild(). |
|
Definition at line 25 of file gHtmlParser.h. Referenced by gHParsed::PushTag(), and gHtmlParser::thisParse(). |
|
Definition at line 26 of file gHtmlParser.h. Referenced by gHParsed::PopTag(), gHParsed::PushTag(), and gHSeq::thisCheck(). |
|
Definition at line 27 of file gHtmlParser.h. Referenced by gHSeq::thisCheck(). |
|
Definition at line 28 of file gHtmlParser.h. |
|
Definition at line 30 of file gHtmlParser.h. Referenced by gHParsed::PopTag(), gHParsed::PushTag(), and gHtmlParser::thisParse(). |
|
Definition at line 29 of file gHtmlParser.h. |
|
Definition at line 31 of file gHtmlParser.h. Referenced by gHParsed::PopTag(), and gHParsed::PushTag(). |
|
Definition at line 32 of file gHtmlParser.h. |
|
Definition at line 33 of file gHtmlParser.h. Referenced by gHSeq::thisCheck(). |
|
Definition at line 14 of file gHtmlParser.h. Referenced by gdSnarfCont::Add(), and gHtmlCouple::IsText(). |
|
Definition at line 21 of file gHtmlParser.h. Referenced by gdHCouple::CopyNormalizeAttr(). |
|
Definition at line 18 of file gHtmlParser.h. Referenced by gHtmlCouple::AddTag(), gHtmlCouple::gHtmlCouple(), and gHtmlCouple::IsSkippedTag(). |
|
Definition at line 19 of file gHtmlParser.h. Referenced by gHtmlCouple::IsSkippedTag(), and gHtmlParser::thisParse(). |
|
Definition at line 16 of file gHtmlParser.h. Referenced by sHtmlElement::MayEndTag(), and gHtmlParser::SetOptions(). |
|
Definition at line 17 of file gHtmlParser.h. Referenced by sHtmlElement::MayEndTag(), and gHtmlParser::SetOptions(). |
|
Definition at line 35 of file gHtmlParser.h. |