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

#include <attr.h>

Data Fields

lxb_dom_node_t node
 
lxb_dom_attr_id_t upper_name
 
lxb_dom_attr_id_t qualified_name
 
lexbor_str_tvalue
 
lxb_dom_element_towner
 
lxb_dom_attr_tnext
 
lxb_dom_attr_tprev
 

Detailed Description

Definition at line 34 of file attr.h.

Field Documentation

◆ next

lxb_dom_attr_t* lxb_dom_attr::next

Definition at line 46 of file attr.h.

◆ node

lxb_dom_node_t lxb_dom_attr::node

Definition at line 35 of file attr.h.

◆ owner

lxb_dom_element_t* lxb_dom_attr::owner

Definition at line 44 of file attr.h.

◆ prev

lxb_dom_attr_t* lxb_dom_attr::prev

Definition at line 47 of file attr.h.

◆ qualified_name

lxb_dom_attr_id_t lxb_dom_attr::qualified_name

Definition at line 40 of file attr.h.

◆ upper_name

lxb_dom_attr_id_t lxb_dom_attr::upper_name

Definition at line 39 of file attr.h.

◆ value

lexbor_str_t* lxb_dom_attr::value

Definition at line 42 of file attr.h.


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