libdom
Loading...
Searching...
No Matches
include
dom
html
html_br_element.h
Go to the documentation of this file.
1
/*
2
* This file is part of libdom.
3
* Licensed under the MIT License,
4
* http://www.opensource.org/licenses/mit-license.php
5
* Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
6
* Copyright 2014 Rupinder Singh Khokhar <rsk1coder99@gmail.com>
7
*/
8
#ifndef dom_html_br_element_h_
9
#define dom_html_br_element_h_
10
11
#include <stdbool.h>
12
#include <
dom/core/exceptions.h
>
13
#include <
dom/core/string.h
>
14
15
typedef
struct
dom_html_br_element
dom_html_br_element
;
16
17
dom_exception
dom_html_br_element_get_clear
(
18
dom_html_br_element
*ele,
dom_string
**clear);
19
20
dom_exception
dom_html_br_element_set_clear
(
21
dom_html_br_element
*ele,
dom_string
*clear);
22
23
#endif
exceptions.h
dom_exception
dom_exception
Definition
exceptions.h:24
string.h
dom_html_br_element_get_clear
dom_exception dom_html_br_element_get_clear(dom_html_br_element *ele, dom_string **clear)
dom_html_br_element_set_clear
dom_exception dom_html_br_element_set_clear(dom_html_br_element *ele, dom_string *clear)
dom_html_br_element
Definition
html_br_element.h:16
dom_string
Definition
string.h:19
Generated on Fri Nov 29 2024 17:49:03 for libdom by
1.12.0