libdom
Loading...
Searching...
No Matches
html_br_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_br_element dom_html_br_element
 

Functions

dom_exception dom_html_br_element_get_clear (dom_html_br_element *ele, dom_string **clear)
 
dom_exception dom_html_br_element_set_clear (dom_html_br_element *ele, dom_string *clear)
 

Typedef Documentation

◆ dom_html_br_element

typedef struct dom_html_br_element dom_html_br_element

Function Documentation

◆ dom_html_br_element_get_clear()

dom_exception dom_html_br_element_get_clear ( dom_html_br_element * ele,
dom_string ** clear )

◆ dom_html_br_element_set_clear()

dom_exception dom_html_br_element_set_clear ( dom_html_br_element * ele,
dom_string * clear )