|
libdom
|
Go to the source code of this file.
Typedefs | |
| typedef struct dom_html_u_list_element | dom_html_u_list_element |
Functions | |
| dom_exception | dom_html_u_list_element_get_compact (dom_html_u_list_element *ele, bool *compact) |
| dom_exception | dom_html_u_list_element_set_compact (dom_html_u_list_element *ele, bool compact) |
| dom_exception | dom_html_u_list_element_get_type (dom_html_u_list_element *ele, dom_string **type) |
| dom_exception | dom_html_u_list_element_set_type (dom_html_u_list_element *ele, dom_string *type) |
| typedef struct dom_html_u_list_element dom_html_u_list_element |
| dom_exception dom_html_u_list_element_get_compact | ( | dom_html_u_list_element * | u_list, |
| bool * | compact | ||
| ) |
Get the compact Property
| u_list | The dom_html_u_list_element object |
| dom_exception dom_html_u_list_element_get_type | ( | dom_html_u_list_element * | ele, |
| dom_string ** | type | ||
| ) |
| dom_exception dom_html_u_list_element_set_compact | ( | dom_html_u_list_element * | u_list, |
| bool | compact | ||
| ) |
Set the compact Property
| u_list | The dom_html_u_list_element object |
| dom_exception dom_html_u_list_element_set_type | ( | dom_html_u_list_element * | ele, |
| dom_string * | type | ||
| ) |