php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
document_fragment.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2021 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_DOM_DOCUMENT_FRAGMENT_H
8#define LEXBOR_DOM_DOCUMENT_FRAGMENT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17
23
24
27
30
31
32#ifdef __cplusplus
33} /* extern "C" */
34#endif
35
36#endif /* LEXBOR_DOM_DOCUMENT_FRAGMENT_H */
#define LXB_API
Definition def.h:48
LXB_API lxb_dom_document_fragment_t * lxb_dom_document_fragment_interface_create(lxb_dom_document_t *document)
LXB_API lxb_dom_document_fragment_t * lxb_dom_document_fragment_interface_destroy(lxb_dom_document_fragment_t *document_fragment)
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_node lxb_dom_node_t
Definition interface.h:38
struct lxb_dom_element lxb_dom_element_t
Definition interface.h:39