libdom
Loading...
Searching...
No Matches
html_fieldset_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@gmail.com>
6 * Copyright 2014 Rupinder Singh Khokhar <rsk1coder99@gmail.com>
7 */
8
9#ifndef dom_html_field_set_element_h_
10#define dom_html_field_set_element_h_
11
12#include <stdbool.h>
13
14#include <dom/core/exceptions.h>
15
17
19
20struct dom_html_element;
23#endif
24
dom_exception
Definition exceptions.h:24
dom_exception dom_html_field_set_element_get_form(dom_html_field_set_element *ele, dom_html_form_element **form)
Definition html_fieldset_element.c:155
Definition html_element.h:22
Definition html_fieldset_element.h:16
Definition html_form_element.h:17