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

Data Fields | |
| htmlAttribute * | next |
| char * | name |
| char * | val |
Definition at line 41 of file htmlPage.h.
struct htmlAttribute* htmlAttribute::next [read] |
Definition at line 44 of file htmlPage.h.
Referenced by htmlAttributeFindVal(), htmlAttributeFreeList(), htmlPageScanAttribute(), and isMimeEncoded().
| char* htmlAttribute::name |
Definition at line 45 of file htmlPage.h.
Referenced by htmlAttributeFindVal(), htmlAttributeFree(), htmlPageScanAttribute(), htmlTagScan(), and isMimeEncoded().
| char* htmlAttribute::val |
Definition at line 46 of file htmlPage.h.
Referenced by htmlAttributeFindVal(), htmlAttributeFree(), htmlPageScanAttribute(), htmlTagAttributeNeeded(), htmlTagAttributeVal(), htmlTagScan(), and isMimeEncoded().
1.5.2