php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
template_element.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_HTML_TEMPLATE_ELEMENT_H
8#define LEXBOR_HTML_TEMPLATE_ELEMENT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15
18
19
25
26
29
32
33
34#ifdef __cplusplus
35} /* extern "C" */
36#endif
37
38#endif /* LEXBOR_HTML_TEMPLATE_ELEMENT_H */
#define LXB_API
Definition def.h:48
struct lxb_dom_document_fragment lxb_dom_document_fragment_t
Definition interface.h:43
struct lxb_html_element lxb_html_element_t
Definition interface.h:111
struct lxb_html_template_element lxb_html_template_element_t
Definition interface.h:159
struct lxb_html_document lxb_html_document_t
Definition interface.h:95
lxb_dom_document_fragment_t * content
lxb_html_element_t element
LXB_API lxb_html_template_element_t * lxb_html_template_element_interface_destroy(lxb_html_template_element_t *template_element)
LXB_API lxb_html_template_element_t * lxb_html_template_element_interface_create(lxb_html_document_t *document)