libdom
|
#include <assert.h>
#include <stdlib.h>
#include <dom/html/html_tablerow_element.h>
#include <dom/html/html_table_element.h>
#include "html/html_document.h"
#include "html/html_tablerow_element.h"
#include "html/html_collection.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_row_element_copy | ( | dom_node_internal * | old, |
dom_node_internal ** | copy ) |
dom_exception _dom_html_table_row_element_copy_internal | ( | dom_html_table_row_element * | old, |
dom_html_table_row_element * | new ) |
dom_exception _dom_html_table_row_element_create | ( | struct dom_html_element_create_params * | params, |
struct dom_html_table_row_element ** | ele ) |
Create a dom_html_table_row_element table_row
params | The html element creation parameters |
ele | The returned element table_row |
void _dom_html_table_row_element_destroy | ( | struct dom_html_table_row_element * | ele | ) |
Destroy a dom_html_table_row_element table_row
ele | The dom_html_table_row_element table_row |
void _dom_html_table_row_element_finalise | ( | struct dom_html_table_row_element * | ele | ) |
Finalise a dom_html_table_row_element table_row
ele | The dom_html_table_row_element table_row |
dom_exception _dom_html_table_row_element_initialise | ( | struct dom_html_element_create_params * | params, |
struct dom_html_table_row_element * | ele ) |
Initialise a dom_html_table_row_element table_row
params | The html element creation parameters |
ele | The dom_html_table_row_element table_row |
dom_exception _dom_html_table_row_element_parse_attribute | ( | dom_element * | ele, |
dom_string * | name, | ||
dom_string * | value, | ||
dom_string ** | parsed ) |
void _dom_virtual_html_table_row_element_destroy | ( | dom_node_internal * | node | ) |
dom_exception dom_html_table_row_element_delete_cell | ( | dom_html_table_row_element * | element, |
int32_t | index ) |
Delete Cell at given Index
element | The dom_html_table_row_element object |
index | The Index of the Cell node to be deleted |
dom_exception dom_html_table_row_element_get_cells | ( | dom_html_table_row_element * | element, |
dom_html_collection ** | cells ) |
Get the Cells collection
element | The dom_html_table_element object |
t_bodies | The Status |
dom_exception dom_html_table_row_element_get_row_index | ( | dom_html_table_row_element * | table_row, |
int32_t * | row_index ) |
Get the index of the Row in logical order
element | The dom_html_table_row_element object |
index | The Status |
dom_exception dom_html_table_row_element_get_section_row_index | ( | dom_html_table_row_element * | table_row, |
int32_t * | section_row_index ) |
Get the index of a row within its Section
element | The dom_html_table_row_element object |
index | The Status |
dom_exception dom_html_table_row_element_insert_cell | ( | dom_html_table_row_element * | element, |
int32_t | index, | ||
dom_html_element ** | cell ) |
Insert Cell before the given Index
element | The dom_html_table_row_element object |
index | The Index of the Cell node to be inserted |
SIMPLE_GET_SET | ( | align | ) |
SIMPLE_GET_SET | ( | bg_color | ) |
SIMPLE_GET_SET | ( | ch | ) |
SIMPLE_GET_SET | ( | ch_off | ) |
SIMPLE_GET_SET | ( | v_align | ) |