#include <stdbool.h>
#include <dom/core/exceptions.h>
#include <dom/core/string.h>
Go to the source code of this file.
◆ dom_html_directory_element
typedef struct dom_html_directory_element dom_html_directory_element |
◆ dom_html_directory_element_get_compact()
Get the compact property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_directory_element_set_compact()
Set the compact property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.