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

#include <node.h>

Data Fields

lxb_dom_event_target_t event_target
 
uintptr_t local_name
 
uintptr_t prefix
 
uintptr_t ns
 
lxb_dom_document_towner_document
 
lxb_dom_node_tnext
 
lxb_dom_node_tprev
 
lxb_dom_node_tparent
 
lxb_dom_node_tfirst_child
 
lxb_dom_node_tlast_child
 
voiduser
 
lxb_dom_node_type_t type
 
size_t line
 

Detailed Description

Definition at line 41 of file node.h.

Field Documentation

◆ event_target

lxb_dom_event_target_t lxb_dom_node::event_target

Definition at line 42 of file node.h.

◆ first_child

lxb_dom_node_t* lxb_dom_node::first_child

Definition at line 55 of file node.h.

◆ last_child

lxb_dom_node_t* lxb_dom_node::last_child

Definition at line 56 of file node.h.

◆ line

size_t lxb_dom_node::line

Definition at line 61 of file node.h.

◆ local_name

uintptr_t lxb_dom_node::local_name

Definition at line 46 of file node.h.

◆ next

lxb_dom_node_t* lxb_dom_node::next

Definition at line 52 of file node.h.

◆ ns

uintptr_t lxb_dom_node::ns

Definition at line 48 of file node.h.

◆ owner_document

lxb_dom_document_t* lxb_dom_node::owner_document

Definition at line 50 of file node.h.

◆ parent

lxb_dom_node_t* lxb_dom_node::parent

Definition at line 54 of file node.h.

◆ prefix

uintptr_t lxb_dom_node::prefix

Definition at line 47 of file node.h.

◆ prev

lxb_dom_node_t* lxb_dom_node::prev

Definition at line 53 of file node.h.

◆ type

lxb_dom_node_type_t lxb_dom_node::type

Definition at line 59 of file node.h.

◆ user

void* lxb_dom_node::user

Definition at line 57 of file node.h.


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