libdom
|
#include <assert.h>
#include <stdlib.h>
#include <dom/html/html_tablesection_element.h>
#include "html/html_document.h"
#include "html/html_tablesection_element.h"
#include "html/html_tablerow_element.h"
#include "html/html_collection.h"
#include "html/html_element.h"
#include "core/node.h"
#include "core/attr.h"
#include "utils/utils.h"
Macros | |
#define | SIMPLE_GET(attr) |
#define | SIMPLE_SET(attr) |
#define | SIMPLE_GET_SET(attr) SIMPLE_GET(attr) SIMPLE_SET(attr) |
#define SIMPLE_GET | ( | attr | ) |
#define SIMPLE_GET_SET | ( | attr | ) | SIMPLE_GET(attr) SIMPLE_SET(attr) |
#define SIMPLE_SET | ( | attr | ) |
dom_exception _dom_html_table_section_element_copy | ( | dom_node_internal * | old, |
dom_node_internal ** | copy ) |
dom_exception _dom_html_table_section_element_copy_internal | ( | dom_html_table_section_element * | old, |
dom_html_table_section_element * | new ) |
dom_exception _dom_html_table_section_element_create | ( | struct dom_html_element_create_params * | params, |
struct dom_html_table_section_element ** | ele ) |
Create a dom_html_table_section_element object
params | The html element creation parameters |
ele | The returned element object |
void _dom_html_table_section_element_destroy | ( | struct dom_html_table_section_element * | ele | ) |
Destroy a dom_html_table_section_element object
\table_section ele The dom_html_table_section_element object
void _dom_html_table_section_element_finalise | ( | struct dom_html_table_section_element * | ele | ) |
Finalise a dom_html_table_section_element object
\table_section ele The dom_html_table_section_element object
dom_exception _dom_html_table_section_element_initialise | ( | struct dom_html_element_create_params * | params, |
struct dom_html_table_section_element * | ele ) |
Initialise a dom_html_table_section_element object
params | The html element creation parameters |
ele | The dom_html_table_section_element object |
dom_exception _dom_html_table_section_element_parse_attribute | ( | dom_element * | ele, |
dom_string * | name, | ||
dom_string * | value, | ||
dom_string ** | parsed ) |
void _dom_virtual_html_table_section_element_destroy | ( | dom_node_internal * | node | ) |
dom_exception dom_html_table_section_element_delete_row | ( | dom_html_table_section_element * | element, |
int32_t | index ) |
Delete Row at given Index
element | The dom_html_table_section_element object |
index | The Index of the Row node to be deleted |
dom_exception dom_html_table_section_element_get_rows | ( | dom_html_table_section_element * | element, |
dom_html_collection ** | rows ) |
Get the rows collection
element | The dom_html_table_section_element object |
rows | The Status |
dom_exception dom_html_table_section_element_insert_row | ( | dom_html_table_section_element * | element, |
int32_t | index, | ||
dom_html_element ** | new_row ) |
Insert Row before the given Index
element | The dom_html_table_section_element object |
index | The Index of the Row node to be inserted |
SIMPLE_GET_SET | ( | align | ) |
SIMPLE_GET_SET | ( | ch | ) |
SIMPLE_GET_SET | ( | ch_off | ) |
SIMPLE_GET_SET | ( | v_align | ) |