#include <htmlPage.h>
Collaboration diagram for htmlTag:

Data Fields | |
| htmlTag * | next |
| char * | name |
| htmlAttribute * | attributes |
| char * | start |
| char * | end |
Definition at line 49 of file htmlPage.h.
struct htmlTag* htmlTag::next [read] |
Definition at line 52 of file htmlPage.h.
Referenced by checkNest(), checkTagIsInside(), countTagsOfType(), formParseVars(), htmlPageScanAttribute(), htmlPageValidateOrAbort(), htmlParseForms(), htmlTagFreeList(), validateBody(), and validateTables().
| char* htmlTag::name |
Definition at line 53 of file htmlPage.h.
Referenced by checkNest(), checkTagIsInside(), countTagsOfType(), findOrMakeVar(), formParseVars(), htmlPageScanAttribute(), htmlPageValidateOrAbort(), htmlParseForms(), htmlTagFree(), validateBody(), and validateTables().
struct htmlAttribute* htmlTag::attributes [read] |
Definition at line 54 of file htmlPage.h.
Referenced by htmlPageScanAttribute(), htmlTagAttributeVal(), htmlTagFree(), and isMimeEncoded().
| char* htmlTag::start |
| char* htmlTag::end |
1.5.2