#include <stdlib.h>
#include "html/html_document.h"
#include "html/html_base_element.h"
#include "core/node.h"
#include "utils/utils.h"
◆ SIMPLE_GET
#define SIMPLE_GET |
( |
| attr | ) |
|
Value:
{ \
\
_memo_##attr = \
memoised[hds_##attr]; \
\
\
return ret; \
}
dom_exception
Definition exceptions.h:24
#define dom_element_get_attribute(e, n, v)
Definition element.h:117
Definition html_base_element.h:15
Definition html_document.h:19
◆ SIMPLE_GET_SET
#define SIMPLE_GET_SET |
( |
| attr | ) |
|
Value:
#define SIMPLE_SET(attr)
Definition html_base_element.c:163
#define SIMPLE_GET(attr)
Definition html_base_element.c:146
◆ SIMPLE_SET
#define SIMPLE_SET |
( |
| attr | ) |
|
Value:
{ \
\
_memo_##attr = \
memoised[hds_##attr]; \
\
\
return ret; \
}
#define dom_element_set_attribute(e, n, v)
Definition element.h:127
◆ _dom_html_base_element_copy()
◆ _dom_html_base_element_copy_internal()
◆ _dom_html_base_element_create()
Create a dom_html_base_element object
- Parameters
-
params | The html element creation parameters |
ele | The returned element object |
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ _dom_html_base_element_destroy()
◆ _dom_html_base_element_finalise()
◆ _dom_html_base_element_initialise()
Initialise a dom_html_base_element object
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ _dom_html_base_element_parse_attribute()
◆ _dom_virtual_html_base_element_destroy()
◆ SIMPLE_GET_SET() [1/2]
◆ SIMPLE_GET_SET() [2/2]
SIMPLE_GET_SET |
( |
target | | ) |
|