php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
shadow_root.h File Reference

Go to the source code of this file.

Data Structures

struct  lxb_dom_shadow_root
 

Enumerations

enum  lxb_dom_shadow_root_mode_t { LXB_DOM_SHADOW_ROOT_MODE_OPEN = 0x00 , LXB_DOM_SHADOW_ROOT_MODE_CLOSED = 0x01 }
 

Functions

LXB_API lxb_dom_shadow_root_tlxb_dom_shadow_root_interface_create (lxb_dom_document_t *document)
 
LXB_API lxb_dom_shadow_root_tlxb_dom_shadow_root_interface_destroy (lxb_dom_shadow_root_t *shadow_root)
 

Enumeration Type Documentation

◆ lxb_dom_shadow_root_mode_t

Enumerator
LXB_DOM_SHADOW_ROOT_MODE_OPEN 
LXB_DOM_SHADOW_ROOT_MODE_CLOSED 

Definition at line 19 of file shadow_root.h.

Function Documentation

◆ lxb_dom_shadow_root_interface_create()

LXB_API lxb_dom_shadow_root_t * lxb_dom_shadow_root_interface_create ( lxb_dom_document_t * document)

Definition at line 12 of file shadow_root.c.

◆ lxb_dom_shadow_root_interface_destroy()

LXB_API lxb_dom_shadow_root_t * lxb_dom_shadow_root_interface_destroy ( lxb_dom_shadow_root_t * shadow_root)

Definition at line 31 of file shadow_root.c.