libdom
Loading...
Searching...
No Matches
html_html_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_html_element_h_
9#define dom_html_html_element_h_
10
12
14
16 struct dom_html_html_element *element, dom_string **version);
18 struct dom_html_html_element *element, dom_string *version);
19
20
21#endif
22
dom_exception
Definition exceptions.h:24
dom_exception dom_html_html_element_set_version(struct dom_html_html_element *element, dom_string *version)
Definition html_html_element.c:162
dom_exception dom_html_html_element_get_version(struct dom_html_html_element *element, dom_string **version)
Definition html_html_element.c:147
Definition html_html_element.h:15
Definition string.h:19