|
libdom
|
Go to the source code of this file.
Classes | |
| struct | dom_html_input_element |
Macros | |
| #define | DOM_HTML_INPUT_ELEMENT_PROTECT_VTABLE _dom_html_input_element_parse_attribute |
| #define | DOM_NODE_PROTECT_VTABLE_HTML_INPUT_ELEMENT |
| #define | dom_html_input_element_copy_internal(o, n) |
Functions | |
| dom_exception | _dom_html_input_element_create (struct dom_html_element_create_params *params, struct dom_html_input_element **ele) |
| dom_exception | _dom_html_input_element_initialise (struct dom_html_element_create_params *params, struct dom_html_input_element *ele) |
| void | _dom_html_input_element_finalise (struct dom_html_input_element *ele) |
| void | _dom_html_input_element_destroy (struct dom_html_input_element *ele) |
| dom_exception | _dom_html_input_element_parse_attribute (dom_element *ele, dom_string *name, dom_string *value, dom_string **parsed) |
| void | _dom_virtual_html_input_element_destroy (dom_node_internal *node) |
| dom_exception | _dom_html_input_element_copy (dom_node_internal *old, dom_node_internal **copy) |
| dom_exception | _dom_html_input_element_set_form (dom_html_input_element *input, dom_html_form_element *form) |
| dom_exception | _dom_html_input_element_copy_internal (dom_html_input_element *old, dom_html_input_element *new) |
| #define dom_html_input_element_copy_internal | ( | o, | |
| n | |||
| ) |
| #define DOM_HTML_INPUT_ELEMENT_PROTECT_VTABLE _dom_html_input_element_parse_attribute |
| #define DOM_NODE_PROTECT_VTABLE_HTML_INPUT_ELEMENT |
| dom_exception _dom_html_input_element_copy | ( | dom_node_internal * | old, |
| dom_node_internal ** | copy | ||
| ) |
| dom_exception _dom_html_input_element_copy_internal | ( | dom_html_input_element * | old, |
| dom_html_input_element * | new | ||
| ) |
| dom_exception _dom_html_input_element_create | ( | struct dom_html_element_create_params * | params, |
| struct dom_html_input_element ** | ele | ||
| ) |
Create a dom_html_input_element object
| params | The html element creation parameters |
| ele | The returned element object |
| void _dom_html_input_element_destroy | ( | struct dom_html_input_element * | ele | ) |
Destroy a dom_html_input_element object
| ele | The dom_html_input_element object |
| void _dom_html_input_element_finalise | ( | struct dom_html_input_element * | ele | ) |
Finalise a dom_html_input_element object
| ele | The dom_html_input_element object |
| dom_exception _dom_html_input_element_initialise | ( | struct dom_html_element_create_params * | params, |
| struct dom_html_input_element * | ele | ||
| ) |
Initialise a dom_html_input_element object
| params | The html element creation parameters |
| ele | The dom_html_input_element object |
| dom_exception _dom_html_input_element_parse_attribute | ( | dom_element * | ele, |
| dom_string * | name, | ||
| dom_string * | value, | ||
| dom_string ** | parsed | ||
| ) |
| dom_exception _dom_html_input_element_set_form | ( | dom_html_input_element * | input, |
| dom_html_form_element * | form | ||
| ) |
| void _dom_virtual_html_input_element_destroy | ( | dom_node_internal * | node | ) |