|
| dom_exception | _dom_html_option_element_create (struct dom_html_element_create_params *params, struct dom_html_option_element **ele) |
| |
| dom_exception | _dom_html_option_element_initialise (struct dom_html_element_create_params *params, struct dom_html_option_element *ele) |
| |
| void | _dom_html_option_element_finalise (struct dom_html_option_element *ele) |
| |
| void | _dom_html_option_element_destroy (struct dom_html_option_element *ele) |
| |
| dom_exception | dom_html_option_element_get_form (dom_html_option_element *option, dom_html_form_element **form) |
| |
| dom_exception | dom_html_option_element_get_default_selected (dom_html_option_element *option, bool *default_selected) |
| |
| dom_exception | dom_html_option_element_set_default_selected (dom_html_option_element *option, bool default_selected) |
| |
| dom_exception | dom_html_option_element_get_text (dom_html_option_element *option, dom_string **text) |
| |
| dom_exception | dom_html_option_element_get_index (dom_html_option_element *option, int32_t *index) |
| |
| dom_exception | dom_html_option_element_get_disabled (dom_html_option_element *ele, bool *disabled) |
| |
| dom_exception | dom_html_option_element_set_disabled (dom_html_option_element *ele, bool disabled) |
| |
| dom_exception | dom_html_option_element_get_label (dom_html_option_element *option, dom_string **label) |
| |
| dom_exception | dom_html_option_element_set_label (dom_html_option_element *option, dom_string *label) |
| |
| dom_exception | dom_html_option_element_get_selected (dom_html_option_element *ele, bool *selected) |
| |
| dom_exception | dom_html_option_element_set_selected (dom_html_option_element *ele, bool selected) |
| |
| dom_exception | dom_html_option_element_get_value (dom_html_option_element *option, dom_string **value) |
| |
| dom_exception | dom_html_option_element_set_value (dom_html_option_element *option, dom_string *value) |
| |
| dom_exception | _dom_html_option_element_parse_attribute (dom_element *ele, dom_string *name, dom_string *value, dom_string **parsed) |
| |
| void | _dom_virtual_html_option_element_destroy (dom_node_internal *node) |
| |
| dom_exception | _dom_html_option_element_copy (dom_node_internal *old, dom_node_internal **copy) |
| |
| dom_exception | _dom_html_option_element_copy_internal (dom_html_option_element *old, dom_html_option_element *new) |
| |