libdom
|
#include <assert.h>
#include <stdlib.h>
#include <dom/html/html_tablecell_element.h>
#include "html/html_document.h"
#include "html/html_tablecell_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_cell_element_copy | ( | dom_node_internal * | old, |
dom_node_internal ** | copy ) |
dom_exception _dom_html_table_cell_element_copy_internal | ( | dom_html_table_cell_element * | old, |
dom_html_table_cell_element * | new ) |
dom_exception _dom_html_table_cell_element_create | ( | struct dom_html_element_create_params * | params, |
struct dom_html_table_cell_element ** | ele ) |
Create a dom_html_table_cell_element table_cell
params | The html element creation parameters |
ele | The returned element table_cell |
void _dom_html_table_cell_element_destroy | ( | struct dom_html_table_cell_element * | ele | ) |
Destroy a dom_html_table_cell_element table_cell
ele | The dom_html_table_cell_element table_cell |
void _dom_html_table_cell_element_finalise | ( | struct dom_html_table_cell_element * | ele | ) |
Finalise a dom_html_table_cell_element table_cell
ele | The dom_html_table_cell_element table_cell |
dom_exception _dom_html_table_cell_element_initialise | ( | struct dom_html_element_create_params * | params, |
struct dom_html_table_cell_element * | ele ) |
Initialise a dom_html_table_cell_element table_cell
params | The html element creation parameters |
ele | The dom_html_table_cell_element table_cell |
dom_exception _dom_html_table_cell_element_parse_attribute | ( | dom_element * | ele, |
dom_string * | name, | ||
dom_string * | value, | ||
dom_string ** | parsed ) |
void _dom_virtual_html_table_cell_element_destroy | ( | dom_node_internal * | node | ) |
dom_exception dom_html_table_cell_element_get_cell_index | ( | dom_html_table_cell_element * | table_cell, |
dom_long * | cell_index ) |
Get the cell_index property
table_cell | The dom_html_table_cell_element object |
cell_index | The status |
dom_exception dom_html_table_cell_element_get_col_span | ( | dom_html_table_cell_element * | table_cell, |
dom_ulong * | col_span ) |
Get the col_span property
table_cell | The dom_html_table_cell_element object |
no_wrap | The returned status |
dom_exception dom_html_table_cell_element_get_no_wrap | ( | dom_html_table_cell_element * | ele, |
bool * | no_wrap ) |
Get the no_wrap property
ele | The dom_html_table_cell_element object |
no_wrap | The status |
dom_exception dom_html_table_cell_element_get_row_span | ( | dom_html_table_cell_element * | table_cell, |
dom_ulong * | row_span ) |
Get the row_span property
table_cell | The dom_html_table_cell_element object |
no_wrap | The returned status |
dom_exception dom_html_table_cell_element_set_col_span | ( | dom_html_table_cell_element * | table_cell, |
dom_ulong | col_span ) |
Set the col_span property
table_cell | The dom_html_table_cell_element object |
no_wrap | The status |
dom_exception dom_html_table_cell_element_set_no_wrap | ( | dom_html_table_cell_element * | ele, |
bool | no_wrap ) |
Set the no_wrap property
ele | The dom_html_table_cell_element object |
no_wrap | The status |
dom_exception dom_html_table_cell_element_set_row_span | ( | dom_html_table_cell_element * | table_cell, |
dom_ulong | row_span ) |
Set the row_span property
table_cell | The dom_html_table_cell_element object |
no_wrap | The status |
SIMPLE_GET_SET | ( | abbr | ) |
SIMPLE_GET_SET | ( | align | ) |
SIMPLE_GET_SET | ( | axis | ) |
SIMPLE_GET_SET | ( | bg_color | ) |
SIMPLE_GET_SET | ( | ch | ) |
SIMPLE_GET_SET | ( | ch_off | ) |
SIMPLE_GET_SET | ( | headers | ) |
SIMPLE_GET_SET | ( | height | ) |
SIMPLE_GET_SET | ( | scope | ) |
SIMPLE_GET_SET | ( | v_align | ) |
SIMPLE_GET_SET | ( | width | ) |