|
dom_exception | _dom_html_table_element_create (struct dom_html_element_create_params *params, struct dom_html_table_element **ele) |
|
dom_exception | _dom_html_table_element_initialise (struct dom_html_element_create_params *params, struct dom_html_table_element *ele) |
|
void | _dom_html_table_element_finalise (struct dom_html_table_element *ele) |
|
void | _dom_html_table_element_destroy (struct dom_html_table_element *ele) |
|
dom_exception | _dom_html_table_element_parse_attribute (dom_element *ele, dom_string *name, dom_string *value, dom_string **parsed) |
|
void | _dom_virtual_html_table_element_destroy (dom_node_internal *node) |
|
dom_exception | _dom_html_table_element_copy (dom_node_internal *old, dom_node_internal **copy) |
|
dom_exception | _dom_html_table_element_copy_internal (dom_html_table_element *old, dom_html_table_element *new) |
|
| SIMPLE_GET_SET (align) |
|
| SIMPLE_GET_SET (bg_color) |
|
| SIMPLE_GET_SET (border) |
|
| SIMPLE_GET_SET (cell_padding) |
|
| SIMPLE_GET_SET (cell_spacing) |
|
| SIMPLE_GET_SET (frame) |
|
| SIMPLE_GET_SET (rules) |
|
| SIMPLE_GET_SET (summary) |
|
| SIMPLE_GET_SET (width) |
|
dom_exception | dom_html_table_element_get_caption (dom_html_table_element *table, dom_html_table_caption_element **caption) |
|
dom_exception | dom_html_table_element_set_caption (dom_html_table_element *table, dom_html_table_caption_element *caption) |
|
dom_exception | dom_html_table_element_get_t_head (dom_html_table_element *table, dom_html_table_section_element **t_head) |
|
dom_exception | dom_html_table_element_set_t_head (dom_html_table_element *table, dom_html_table_section_element *t_head) |
|
dom_exception | dom_html_table_element_get_t_foot (dom_html_table_element *table, dom_html_table_section_element **t_foot) |
|
dom_exception | dom_html_table_element_set_t_foot (dom_html_table_element *table, dom_html_table_section_element *t_foot) |
|
dom_exception | dom_html_table_element_get_rows (dom_html_table_element *element, dom_html_collection **rows) |
|
dom_exception | dom_html_table_element_get_t_bodies (dom_html_table_element *element, dom_html_collection **t_bodies) |
|
dom_exception | dom_html_table_element_create_caption (dom_html_table_element *element, dom_html_element **caption) |
|
dom_exception | dom_html_table_element_delete_caption (dom_html_table_element *element) |
|
dom_exception | dom_html_table_element_create_t_foot (dom_html_table_element *element, dom_html_element **t_foot) |
|
dom_exception | dom_html_table_element_delete_t_foot (dom_html_table_element *element) |
|
dom_exception | dom_html_table_element_create_t_head (dom_html_table_element *element, dom_html_element **t_head) |
|
dom_exception | dom_html_table_element_delete_t_head (dom_html_table_element *element) |
|
dom_exception | dom_html_table_element_insert_row (dom_html_table_element *element, int32_t index, dom_html_element **row_out) |
|
dom_exception | dom_html_table_element_delete_row (dom_html_table_element *element, int32_t index) |
|