|
libdom
|
#include <stdbool.h>#include <dom/core/exceptions.h>#include <dom/core/string.h>#include <dom/html/html_collection.h>Go to the source code of this file.
Typedefs | |
| typedef struct dom_html_map_element | dom_html_map_element |
Functions | |
| dom_exception | dom_html_map_element_get_name (dom_html_map_element *ele, dom_string **name) |
| dom_exception | dom_html_map_element_set_name (dom_html_map_element *ele, dom_string *name) |
| dom_exception | dom_html_map_element_get_areas (dom_html_map_element *ele, dom_html_collection **areas) |
| typedef struct dom_html_map_element dom_html_map_element |
| dom_exception dom_html_map_element_get_areas | ( | dom_html_map_element * | ele, |
| dom_html_collection ** | areas | ||
| ) |
Get the areas property
| ele | The dom_html_map_element object |
| areas | The returned dom_html_collection object |
| dom_exception dom_html_map_element_get_name | ( | dom_html_map_element * | ele, |
| dom_string ** | name | ||
| ) |
| dom_exception dom_html_map_element_set_name | ( | dom_html_map_element * | ele, |
| dom_string * | name | ||
| ) |