libdom
Loading...
Searching...
No Matches
include
dom
html
html_html_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.com>
6
*/
7
8
#ifndef dom_html_html_element_h_
9
#define dom_html_html_element_h_
10
11
#include <
dom/html/html_element.h
>
12
13
typedef
struct
dom_html_html_element
dom_html_html_element
;
14
15
dom_exception
dom_html_html_element_get_version
(
16
struct
dom_html_html_element
*element,
dom_string
**version);
17
dom_exception
dom_html_html_element_set_version
(
18
struct
dom_html_html_element
*element,
dom_string
*version);
19
20
21
#endif
22
dom_exception
dom_exception
Definition
exceptions.h:24
html_element.h
dom_html_html_element_set_version
dom_exception dom_html_html_element_set_version(struct dom_html_html_element *element, dom_string *version)
Definition
html_html_element.c:162
dom_html_html_element_get_version
dom_exception dom_html_html_element_get_version(struct dom_html_html_element *element, dom_string **version)
Definition
html_html_element.c:147
dom_html_html_element
Definition
html_html_element.h:15
dom_string
Definition
string.h:19
Generated on Sat Oct 19 2024 20:08:27 for libdom by
1.10.0