libdom
Loading...
Searching...
No Matches
include
dom
html
html_map_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_map_element_h_
9
#define dom_html_map_element_h_
10
11
#include <stdbool.h>
12
#include <
dom/core/exceptions.h
>
13
#include <
dom/core/string.h
>
14
15
#include <
dom/html/html_collection.h
>
16
17
typedef
struct
dom_html_map_element
dom_html_map_element
;
18
19
dom_exception
dom_html_map_element_get_name
(
20
dom_html_map_element
*ele,
dom_string
**name);
21
22
dom_exception
dom_html_map_element_set_name
(
23
dom_html_map_element
*ele,
dom_string
*name);
24
25
dom_exception
dom_html_map_element_get_areas
(
26
dom_html_map_element
*ele,
dom_html_collection
**areas);
27
28
#endif
exceptions.h
dom_exception
dom_exception
Definition
exceptions.h:24
string.h
html_collection.h
dom_html_map_element_get_areas
dom_exception dom_html_map_element_get_areas(dom_html_map_element *ele, dom_html_collection **areas)
Definition
html_map_element.c:213
dom_html_map_element_set_name
dom_exception dom_html_map_element_set_name(dom_html_map_element *ele, dom_string *name)
dom_html_map_element_get_name
dom_exception dom_html_map_element_get_name(dom_html_map_element *ele, dom_string **name)
dom_html_collection
Definition
html_collection.h:21
dom_html_map_element
Definition
html_map_element.h:16
dom_string
Definition
string.h:19
Generated on Sat Oct 19 2024 20:08:27 for libdom by
1.10.0