libdom
Loading...
Searching...
No Matches
html_title_element.h
Go to the documentation of this file.
1/*
2 * This file is part of libdom.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2009 Bo Yang <struggleyb.nku.com>
6 */
7
8#ifndef dom_html_title_element_h_
9#define dom_html_title_element_h_
10
11#include <dom/core/exceptions.h>
12#include <dom/core/string.h>
13
15
17 dom_string **text);
18
20 dom_string *text);
21
22#endif
23
dom_exception
Definition exceptions.h:24
dom_exception dom_html_title_element_get_text(dom_html_title_element *ele, dom_string **text)
Definition html_title_element.c:157
dom_exception dom_html_title_element_set_text(dom_html_title_element *ele, dom_string *text)
Definition html_title_element.c:170
Definition html_title_element.h:15
Definition string.h:19