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

Go to the source code of this file.

Typedefs

typedef struct dom_html_body_element dom_html_body_element
 

Functions

dom_exception dom_html_body_element_get_a_link (dom_html_body_element *ele, dom_string **a_link)
 
dom_exception dom_html_body_element_set_a_link (dom_html_body_element *ele, dom_string *a_link)
 
dom_exception dom_html_body_element_get_v_link (dom_html_body_element *ele, dom_string **v_link)
 
dom_exception dom_html_body_element_set_v_link (dom_html_body_element *ele, dom_string *v_link)
 
dom_exception dom_html_body_element_get_background (dom_html_body_element *ele, dom_string **background)
 
dom_exception dom_html_body_element_set_background (dom_html_body_element *ele, dom_string *background)
 
dom_exception dom_html_body_element_get_bg_color (dom_html_body_element *ele, dom_string **bg_color)
 
dom_exception dom_html_body_element_set_bg_color (dom_html_body_element *ele, dom_string *bg_color)
 
dom_exception dom_html_body_element_get_link (dom_html_body_element *ele, dom_string **link)
 
dom_exception dom_html_body_element_set_link (dom_html_body_element *ele, dom_string *link)
 
dom_exception dom_html_body_element_get_text (dom_html_body_element *ele, dom_string **text)
 
dom_exception dom_html_body_element_set_text (dom_html_body_element *ele, dom_string *text)
 

Typedef Documentation

◆ dom_html_body_element

typedef struct dom_html_body_element dom_html_body_element

Function Documentation

◆ dom_html_body_element_get_a_link()

dom_exception dom_html_body_element_get_a_link ( dom_html_body_element * ele,
dom_string ** a_link )

◆ dom_html_body_element_get_background()

dom_exception dom_html_body_element_get_background ( dom_html_body_element * ele,
dom_string ** background )

◆ dom_html_body_element_get_bg_color()

dom_exception dom_html_body_element_get_bg_color ( dom_html_body_element * ele,
dom_string ** bg_color )

◆ dom_html_body_element_get_link()

dom_exception dom_html_body_element_get_link ( dom_html_body_element * ele,
dom_string ** link )

◆ dom_html_body_element_get_text()

dom_exception dom_html_body_element_get_text ( dom_html_body_element * ele,
dom_string ** text )

◆ dom_html_body_element_get_v_link()

dom_exception dom_html_body_element_get_v_link ( dom_html_body_element * ele,
dom_string ** v_link )

◆ dom_html_body_element_set_a_link()

dom_exception dom_html_body_element_set_a_link ( dom_html_body_element * ele,
dom_string * a_link )

◆ dom_html_body_element_set_background()

dom_exception dom_html_body_element_set_background ( dom_html_body_element * ele,
dom_string * background )

◆ dom_html_body_element_set_bg_color()

dom_exception dom_html_body_element_set_bg_color ( dom_html_body_element * ele,
dom_string * bg_color )

◆ dom_html_body_element_set_link()

dom_exception dom_html_body_element_set_link ( dom_html_body_element * ele,
dom_string * link )

◆ dom_html_body_element_set_text()

dom_exception dom_html_body_element_set_text ( dom_html_body_element * ele,
dom_string * text )

◆ dom_html_body_element_set_v_link()

dom_exception dom_html_body_element_set_v_link ( dom_html_body_element * ele,
dom_string * v_link )