ELinks 0.16.1.1
html_element Struct Reference

#include <parser.h>

Collaboration diagram for html_element:

Data Fields

void * magic1
struct html_elementnext
struct html_elementprev
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_descframeset
html_element_pseudo_class_T pseudo_class

Field Documentation

◆ attr

struct text_attrib html_element::attr

◆ frameset

struct frameset_desc* html_element::frameset

◆ invisible

int html_element::invisible

◆ linebreak

int html_element::linebreak

◆ magic1

void* html_element::magic1

◆ magic2

void* html_element::magic2

◆ name

char* html_element::name

◆ namelen

int html_element::namelen

◆ next

struct html_element* html_element::next

◆ node

void* html_element::node

◆ options

char* html_element::options

◆ parattr

struct par_attrib html_element::parattr

◆ prev

struct html_element* html_element::prev

◆ pseudo_class

html_element_pseudo_class_T html_element::pseudo_class

◆ type

enum html_element_mortality_type html_element::type

The documentation for this struct was generated from the following file: