libdom
|
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 struct dom_html_title_element dom_html_title_element |
dom_exception dom_html_title_element_get_text | ( | dom_html_title_element * | ele, |
dom_string ** | text ) |
Get the text of title
ele | The title element |
text | The returned text |
dom_exception dom_html_title_element_set_text | ( | dom_html_title_element * | ele, |
dom_string * | text ) |
Set the text of title
ele | The title element |
text | The text data to be set |