php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
style_element.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2023 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_HTML_STYLE_ELEMENT_H
8#define LEXBOR_HTML_STYLE_ELEMENT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17
22
23
26
29
32
35
36
37#ifdef __cplusplus
38} /* extern "C" */
39#endif
40
41#endif /* LEXBOR_HTML_STYLE_ELEMENT_H */
struct lxb_css_stylesheet lxb_css_stylesheet_t
Definition base.h:65
#define LXB_API
Definition def.h:48
struct lxb_html_style_element lxb_html_style_element_t
Definition interface.h:152
struct lxb_html_element lxb_html_element_t
Definition interface.h:111
struct lxb_html_document lxb_html_document_t
Definition interface.h:95
lxb_html_element_t element
lxb_css_stylesheet_t * stylesheet
LXB_API lxb_status_t lxb_html_element_style_remove(lxb_html_style_element_t *style)
LXB_API lxb_status_t lxb_html_style_element_parse(lxb_html_style_element_t *element)
LXB_API lxb_html_style_element_t * lxb_html_style_element_interface_destroy(lxb_html_style_element_t *style_element)
LXB_API lxb_html_style_element_t * lxb_html_style_element_interface_create(lxb_html_document_t *document)
unsigned int lxb_status_t
Definition types.h:28