ELinks 0.16.1.1
|
The struct css_selector is used for mapping elements (or nodes) in the document structure to properties. More...
#include <stylesheet.h>
Data Fields | |
void * | magic1 |
struct css_selector * | next |
struct css_selector * | prev |
void * | magic2 |
enum css_selector_relation | relation |
This defines relation between this selector fragment and its parent in the selector tree. | |
struct css_selector_set | leaves |
css_selector_type_T | type |
char * | name |
struct css_property list | properties |
The struct css_selector is used for mapping elements (or nodes) in the document structure to properties.
See README for some hints about how the trees of these span.
struct css_selector_set css_selector::leaves |
void* css_selector::magic1 |
void* css_selector::magic2 |
char* css_selector::name |
struct css_selector* css_selector::next |
struct css_selector* css_selector::prev |
struct css_property list css_selector::properties |
enum css_selector_relation css_selector::relation |
This defines relation between this selector fragment and its parent in the selector tree.
Update with set_css_selector_relation().
css_selector_type_T css_selector::type |