libdom
|
#include <stdbool.h>
#include <dom/inttypes.h>
#include <dom/core/exceptions.h>
#include <dom/core/string.h>
Go to the source code of this file.
Typedefs | |
typedef struct dom_html_li_element | dom_html_li_element |
Functions | |
dom_exception | dom_html_li_element_get_value (dom_html_li_element *ele, dom_long *value) |
dom_exception | dom_html_li_element_set_value (dom_html_li_element *ele, dom_long value) |
dom_exception | dom_html_li_element_get_type (dom_html_li_element *ele, dom_string **type) |
dom_exception | dom_html_li_element_set_type (dom_html_li_element *ele, dom_string *type) |
typedef struct dom_html_li_element dom_html_li_element |
dom_exception dom_html_li_element_get_type | ( | dom_html_li_element * | ele, |
dom_string ** | type ) |
dom_exception dom_html_li_element_get_value | ( | dom_html_li_element * | li, |
dom_long * | value ) |
Get the value Property
li | The dom_html_li_element object |
dom_exception dom_html_li_element_set_type | ( | dom_html_li_element * | ele, |
dom_string * | type ) |
dom_exception dom_html_li_element_set_value | ( | dom_html_li_element * | li, |
dom_long | value ) |
Set the value Property
li | The dom_html_li_element object |