php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
input_element.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_HTML_INPUT_ELEMENT_H
8#define LEXBOR_HTML_INPUT_ELEMENT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17
21
22
25
28
29
30#ifdef __cplusplus
31} /* extern "C" */
32#endif
33
34#endif /* LEXBOR_HTML_INPUT_ELEMENT_H */
#define LXB_API
Definition def.h:48
struct lxb_html_input_element lxb_html_input_element_t
Definition interface.h:124
struct lxb_html_element lxb_html_element_t
Definition interface.h:111
struct lxb_html_document lxb_html_document_t
Definition interface.h:95
LXB_API lxb_html_input_element_t * lxb_html_input_element_interface_destroy(lxb_html_input_element_t *input_element)
LXB_API lxb_html_input_element_t * lxb_html_input_element_interface_create(lxb_html_document_t *document)
lxb_html_element_t element