libdom
Loading...
Searching...
No Matches
html_head_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_head_element_h_
9#define dom_html_head_element_h_
10
12
14
16 struct dom_html_head_element *element, dom_string **profile);
18 struct dom_html_head_element *element, dom_string *profile);
19
20#endif
21
dom_exception
Definition exceptions.h:24
dom_exception dom_html_head_element_get_profile(struct dom_html_head_element *element, dom_string **profile)
Definition html_head_element.c:146
dom_exception dom_html_head_element_set_profile(struct dom_html_head_element *element, dom_string *profile)
Definition html_head_element.c:161
Definition html_head_element.h:15
Definition string.h:19