php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lxb_css_rule Struct Reference

#include <rule.h>

Data Fields

lxb_css_rule_type_t type
 
lxb_css_rule_tnext
 
lxb_css_rule_tprev
 
lxb_css_rule_tparent
 
const lxb_char_tbegin
 
const lxb_char_tend
 
lxb_css_memory_tmemory
 
size_t ref_count
 

Detailed Description

Definition at line 43 of file rule.h.

Field Documentation

◆ begin

const lxb_char_t* lxb_css_rule::begin

Definition at line 49 of file rule.h.

◆ end

const lxb_char_t* lxb_css_rule::end

Definition at line 50 of file rule.h.

◆ memory

lxb_css_memory_t* lxb_css_rule::memory

Definition at line 52 of file rule.h.

◆ next

lxb_css_rule_t* lxb_css_rule::next

Definition at line 45 of file rule.h.

◆ parent

lxb_css_rule_t* lxb_css_rule::parent

Definition at line 47 of file rule.h.

◆ prev

lxb_css_rule_t* lxb_css_rule::prev

Definition at line 46 of file rule.h.

◆ ref_count

size_t lxb_css_rule::ref_count

Definition at line 53 of file rule.h.

◆ type

lxb_css_rule_type_t lxb_css_rule::type

Definition at line 44 of file rule.h.


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