|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/dom/interfaces/document.h"#include "lexbor/dom/interfaces/element.h"#include "lexbor/dom/interfaces/document_fragment.h"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_t * | lxb_dom_shadow_root_interface_create (lxb_dom_document_t *document) |
| LXB_API lxb_dom_shadow_root_t * | lxb_dom_shadow_root_interface_destroy (lxb_dom_shadow_root_t *shadow_root) |
| Enumerator | |
|---|---|
| LXB_DOM_SHADOW_ROOT_MODE_OPEN | |
| LXB_DOM_SHADOW_ROOT_MODE_CLOSED | |
Definition at line 19 of file shadow_root.h.
| 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_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.