libdom
|
#include <assert.h>
#include <stdlib.h>
#include <dom/html/html_image_element.h>
#include "html/html_document.h"
#include "html/html_image_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) |
#define SIMPLE_GET | ( | attr | ) |
#define SIMPLE_GET_SET | ( | attr | ) |
#define SIMPLE_SET | ( | attr | ) |
dom_exception _dom_html_image_element_copy | ( | dom_node_internal * | old, |
dom_node_internal ** | copy ) |
dom_exception _dom_html_image_element_copy_internal | ( | dom_html_image_element * | old, |
dom_html_image_element * | new ) |
dom_exception _dom_html_image_element_create | ( | struct dom_html_element_create_params * | params, |
struct dom_html_image_element ** | ele ) |
Create a dom_html_image_element object
params | The html element creation parameters |
ele | The returned element object |
void _dom_html_image_element_destroy | ( | struct dom_html_image_element * | ele | ) |
Destroy a dom_html_image_element object
ele | The dom_html_image_element object |
void _dom_html_image_element_finalise | ( | struct dom_html_image_element * | ele | ) |
Finalise a dom_html_image_element object
ele | The dom_html_image_element object |
dom_exception _dom_html_image_element_initialise | ( | struct dom_html_element_create_params * | params, |
struct dom_html_image_element * | ele ) |
Initialise a dom_html_image_element object
params | The html element creation parameters |
ele | The dom_html_image_element object |
dom_exception _dom_html_image_element_parse_attribute | ( | dom_element * | ele, |
dom_string * | name, | ||
dom_string * | value, | ||
dom_string ** | parsed ) |
void _dom_virtual_html_image_element_destroy | ( | dom_node_internal * | node | ) |
dom_exception dom_html_image_element_get_height | ( | dom_html_image_element * | image, |
dom_ulong * | height ) |
dom_exception dom_html_image_element_get_hspace | ( | dom_html_image_element * | image, |
dom_ulong * | hspace ) |
dom_exception dom_html_image_element_get_is_map | ( | dom_html_image_element * | ele, |
bool * | is_map ) |
Get the is_map property
ele | The dom_html_image_element object |
is_map | The status |
dom_exception dom_html_image_element_get_vspace | ( | dom_html_image_element * | image, |
dom_ulong * | vspace ) |
dom_exception dom_html_image_element_get_width | ( | dom_html_image_element * | image, |
dom_ulong * | width ) |
dom_exception dom_html_image_element_set_height | ( | dom_html_image_element * | image, |
dom_ulong | height ) |
dom_exception dom_html_image_element_set_hspace | ( | dom_html_image_element * | image, |
dom_ulong | hspace ) |
dom_exception dom_html_image_element_set_is_map | ( | dom_html_image_element * | ele, |
bool | is_map ) |
Set the is_map property
ele | The dom_html_image_element object |
is_map | The status |
dom_exception dom_html_image_element_set_vspace | ( | dom_html_image_element * | image, |
dom_ulong | vspace ) |
dom_exception dom_html_image_element_set_width | ( | dom_html_image_element * | image, |
dom_ulong | width ) |
SIMPLE_GET_SET | ( | align | ) |
SIMPLE_GET_SET | ( | alt | ) |
SIMPLE_GET_SET | ( | border | ) |
SIMPLE_GET_SET | ( | long_desc | ) |
SIMPLE_GET_SET | ( | name | ) |
SIMPLE_GET_SET | ( | src | ) |
SIMPLE_GET_SET | ( | use_map | ) |