php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
shadow_root.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_DOM_SHADOW_ROOT_H
8#define LEXBOR_DOM_SHADOW_ROOT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
17
18
24
31
32
35
38
39
40#ifdef __cplusplus
41} /* extern "C" */
42#endif
43
44#endif /* LEXBOR_DOM_SHADOW_ROOT_H */
#define LXB_API
Definition def.h:48
struct lxb_dom_document_fragment lxb_dom_document_fragment_t
Definition interface.h:43
struct lxb_dom_document lxb_dom_document_t
Definition interface.h:41
struct lxb_dom_shadow_root lxb_dom_shadow_root_t
Definition interface.h:44
struct lxb_dom_element lxb_dom_element_t
Definition interface.h:39
lxb_dom_shadow_root_mode_t
Definition shadow_root.h:19
@ LXB_DOM_SHADOW_ROOT_MODE_OPEN
Definition shadow_root.h:20
@ LXB_DOM_SHADOW_ROOT_MODE_CLOSED
Definition shadow_root.h:21
LXB_API lxb_dom_shadow_root_t * lxb_dom_shadow_root_interface_destroy(lxb_dom_shadow_root_t *shadow_root)
Definition shadow_root.c:31
LXB_API lxb_dom_shadow_root_t * lxb_dom_shadow_root_interface_create(lxb_dom_document_t *document)
Definition shadow_root.c:12
lxb_dom_shadow_root_mode_t mode
Definition shadow_root.h:28
lxb_dom_document_fragment_t document_fragment
Definition shadow_root.h:26
lxb_dom_element_t * host
Definition shadow_root.h:29