libdom
Loading...
Searching...
No Matches
html_link_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_link_element_h_
9#define dom_html_link_element_h_
10
11#include <stdbool.h>
12#include <dom/core/exceptions.h>
13#include <dom/core/string.h>
14
16
18 bool *disabled);
19
21 bool disabled);
22
24 dom_string **charset);
25
27 dom_string *charset);
28
30 dom_string **href);
31
33 dom_string *href);
34
36 dom_string **hreflang);
37
39 dom_string *hreflang);
40
42 dom_string **media);
43
45 dom_string *media);
46
48 dom_string **rel);
49
51 dom_string *rel);
52
54 dom_string **rev);
55
57 dom_string *rev);
58
60 dom_string **target);
61
63 dom_string *target);
64
66 dom_string **type);
67
69 dom_string *type);
70
71#endif
72
dom_exception
Definition exceptions.h:24
Definition string.h:19