libdom
Loading...
Searching...
No Matches
html_olist_element.h File Reference
#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_olist_element dom_html_olist_element
 

Functions

dom_exception dom_html_olist_element_get_compact (dom_html_olist_element *ele, bool *compact)
 
dom_exception dom_html_olist_element_set_compact (dom_html_olist_element *ele, bool compact)
 
dom_exception dom_html_olist_element_get_start (dom_html_olist_element *ele, dom_long *start)
 
dom_exception dom_html_olist_element_set_start (dom_html_olist_element *ele, dom_long start)
 
dom_exception dom_html_olist_element_get_type (dom_html_olist_element *ele, dom_string **type)
 
dom_exception dom_html_olist_element_set_type (dom_html_olist_element *ele, dom_string *type)
 

Typedef Documentation

◆ dom_html_olist_element

typedef struct dom_html_olist_element dom_html_olist_element

Function Documentation

◆ dom_html_olist_element_get_compact()

dom_exception dom_html_olist_element_get_compact ( dom_html_olist_element * o_list,
bool * compact )

Get the compact Property

Parameters
o_listThe dom_html_olist_element object

◆ dom_html_olist_element_get_start()

dom_exception dom_html_olist_element_get_start ( dom_html_olist_element * o_list,
dom_long * start )

Get the start Property

Parameters
o_listThe dom_html_olist_element object

◆ dom_html_olist_element_get_type()

dom_exception dom_html_olist_element_get_type ( dom_html_olist_element * ele,
dom_string ** type )

◆ dom_html_olist_element_set_compact()

dom_exception dom_html_olist_element_set_compact ( dom_html_olist_element * o_list,
bool compact )

Set the compact Property

Parameters
o_listThe dom_html_olist_element object

◆ dom_html_olist_element_set_start()

dom_exception dom_html_olist_element_set_start ( dom_html_olist_element * o_list,
dom_long start )

Set the start Property

Parameters
o_listThe dom_html_olist_element object

◆ dom_html_olist_element_set_type()

dom_exception dom_html_olist_element_set_type ( dom_html_olist_element * ele,
dom_string * type )