libdom
Loading...
Searching...
No Matches
Typedefs | Functions
html_base_element.h File Reference
#include <stdbool.h>
#include <dom/core/exceptions.h>
#include <dom/core/string.h>

Go to the source code of this file.

Typedefs

typedef struct dom_html_base_element dom_html_base_element
 

Functions

dom_exception dom_html_base_element_get_href (dom_html_base_element *element, dom_string **href)
 
dom_exception dom_html_base_element_set_href (dom_html_base_element *element, dom_string *href)
 
dom_exception dom_html_base_element_get_target (dom_html_base_element *element, dom_string **target)
 
dom_exception dom_html_base_element_set_target (dom_html_base_element *element, dom_string *target)
 

Typedef Documentation

◆ dom_html_base_element

typedef struct dom_html_base_element dom_html_base_element

Function Documentation

◆ dom_html_base_element_get_href()

dom_exception dom_html_base_element_get_href ( dom_html_base_element * element,
dom_string ** href )

◆ dom_html_base_element_get_target()

dom_exception dom_html_base_element_get_target ( dom_html_base_element * element,
dom_string ** target )

◆ dom_html_base_element_set_href()

dom_exception dom_html_base_element_set_href ( dom_html_base_element * element,
dom_string * href )

◆ dom_html_base_element_set_target()

dom_exception dom_html_base_element_set_target ( dom_html_base_element * element,
dom_string * target )