libcss
Loading...
Searching...
No Matches
Public Attributes | List of all members
node Struct Reference

Public Attributes

lwc_string * name
 
uint32_t n_classes
 
lwc_string ** classes
 
uint32_t n_attrs
 
attributeattrs
 
css_select_resultssr
 
void * libcss_node_data
 
struct nodeparent
 
struct nodenext
 
struct nodeprev
 
struct nodechildren
 
struct nodelast_child
 

Member Data Documentation

◆ attrs

attribute* node::attrs

◆ children

struct node* node::children

◆ classes

lwc_string** node::classes

◆ last_child

struct node* node::last_child

◆ libcss_node_data

void* node::libcss_node_data

◆ n_attrs

uint32_t node::n_attrs

◆ n_classes

uint32_t node::n_classes

◆ name

lwc_string* node::name

◆ next

struct node* node::next

◆ parent

struct node* node::parent

◆ prev

struct node* node::prev

◆ sr

css_select_results* node::sr

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