9#ifndef dom_html_area_element_h_
10#define dom_html_area_element_h_
dom_exception
Definition exceptions.h:24
dom_exception dom_html_area_element_get_no_href(dom_html_area_element *ele, bool *no_href)
Definition html_area_element.c:94
dom_exception dom_html_area_element_get_coords(dom_html_area_element *area, dom_string **coords)
dom_exception dom_html_area_element_set_target(dom_html_area_element *area, dom_string *target)
dom_exception dom_html_area_element_set_no_href(dom_html_area_element *ele, bool no_href)
Definition html_area_element.c:108
dom_exception dom_html_area_element_set_access_key(dom_html_area_element *area, dom_string *access_key)
dom_exception dom_html_area_element_get_alt(dom_html_area_element *area, dom_string **alt)
dom_exception dom_html_area_element_get_shape(dom_html_area_element *area, dom_string **shape)
dom_exception dom_html_area_element_get_access_key(dom_html_area_element *area, dom_string **access_key)
dom_exception dom_html_area_element_get_href(dom_html_area_element *area, dom_string **href)
dom_exception dom_html_area_element_set_href(dom_html_area_element *area, dom_string *href)
dom_exception dom_html_area_element_set_shape(dom_html_area_element *area, dom_string *shape)
dom_exception dom_html_area_element_get_tab_index(dom_html_area_element *area, int32_t *tab_index)
Definition html_area_element.c:122
dom_exception dom_html_area_element_set_tab_index(dom_html_area_element *area, uint32_t tab_index)
Definition html_area_element.c:136
dom_exception dom_html_area_element_get_target(dom_html_area_element *area, dom_string **target)
dom_exception dom_html_area_element_set_coords(dom_html_area_element *area, dom_string *coords)
dom_exception dom_html_area_element_set_alt(dom_html_area_element *area, dom_string *alt)
Definition html_area_element.h:16