ELinks 0.16.1.1
|
#include <parser.h>
Data Fields | |
void * | magic1 |
struct html_element * | next |
struct html_element * | prev |
void * | magic2 |
enum html_element_mortality_type | type |
struct text_attrib | attr |
struct par_attrib | parattr |
int | invisible |
char * | name |
int | namelen |
char * | options |
void * | node |
int | linebreak |
struct frameset_desc * | frameset |
html_element_pseudo_class_T | pseudo_class |
struct text_attrib html_element::attr |
struct frameset_desc* html_element::frameset |
int html_element::invisible |
int html_element::linebreak |
void* html_element::magic1 |
void* html_element::magic2 |
char* html_element::name |
int html_element::namelen |
struct html_element* html_element::next |
void* html_element::node |
char* html_element::options |
struct par_attrib html_element::parattr |
struct html_element* html_element::prev |
html_element_pseudo_class_T html_element::pseudo_class |
enum html_element_mortality_type html_element::type |