libdom
Loading...
Searching...
No Matches
html_title_element.h File Reference

Go to the source code of this file.

Typedefs

typedef struct dom_html_title_element dom_html_title_element
 

Functions

dom_exception dom_html_title_element_get_text (dom_html_title_element *ele, dom_string **text)
 
dom_exception dom_html_title_element_set_text (dom_html_title_element *ele, dom_string *text)
 

Typedef Documentation

◆ dom_html_title_element

typedef struct dom_html_title_element dom_html_title_element

Function Documentation

◆ dom_html_title_element_get_text()

dom_exception dom_html_title_element_get_text ( dom_html_title_element * ele,
dom_string ** text )

Get the text of title

Parameters
eleThe title element
textThe returned text
Returns
DOM_NO_ERR on success, appropriated dom_exception on failure.

◆ dom_html_title_element_set_text()

dom_exception dom_html_title_element_set_text ( dom_html_title_element * ele,
dom_string * text )

Set the text of title

Parameters
eleThe title element
textThe text data to be set
Returns
DOM_NO_ERR on success, appropriated dom_exception on failure.