libdom
Loading...
Searching...
No Matches
html_map_element.h File Reference
#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 Documentation

◆ dom_html_map_element

typedef struct dom_html_map_element dom_html_map_element

Function Documentation

◆ dom_html_map_element_get_areas()

dom_exception dom_html_map_element_get_areas ( dom_html_map_element * ele,
dom_html_collection ** areas )

Get the areas property

Parameters
eleThe dom_html_map_element object
areasThe returned dom_html_collection object
Returns
DOM_NO_ERR on success, appropriate dom_exception on failure.

◆ dom_html_map_element_get_name()

dom_exception dom_html_map_element_get_name ( dom_html_map_element * ele,
dom_string ** name )

◆ dom_html_map_element_set_name()

dom_exception dom_html_map_element_set_name ( dom_html_map_element * ele,
dom_string * name )