- lexbor_hash_talias lexbor_hash_t = lexbor_hash 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lexbor_str_talias lexbor_str_t = lexbor_str 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_char_talias lxb_char_t = ubyte 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_attr_id_talias lxb_dom_attr_id_t = uintptr_t 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_attr_talias lxb_dom_attr_t = lxb_dom_attr 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_document_talias lxb_dom_document_t = lxb_dom_document 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_document_type_talias lxb_dom_document_type_t = lxb_dom_document_type 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_talias lxb_dom_element_t = lxb_dom_element 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_event_target_talias lxb_dom_event_target_t = lxb_dom_event_target 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_talias lxb_dom_node_t = lxb_dom_node 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_body_element_talias lxb_html_body_element_t = lxb_html_body_element 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_opt_talias lxb_html_document_opt_t = uint 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_talias lxb_html_document_t = lxb_html_document 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_element_talias lxb_html_element_t = lxb_html_element 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_head_element_talias lxb_html_head_element_t = lxb_html_head_element 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_cb_falias lxb_html_serialize_cb_f = uint function(const(lxb_char_t)* data, size_t len, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_opt_talias lxb_html_serialize_opt_t = int 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_cb_falias lxb_selectors_cb_f = uint function(lxb_dom_node_t*, void*, void*) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_status_talias lxb_status_t = uint 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_parser_createlxb_css_parser_t* lxb_css_parser_create() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_parser_destroylxb_css_parser_t* lxb_css_parser_destroy(lxb_css_parser_t* , bool ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_parser_initlxb_status_t lxb_css_parser_init(lxb_css_parser_t* , lxb_css_syntax_tokenizer_t* , lexbor_mraw_t* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_selector_list_destroy_memoryvoid lxb_css_selector_list_destroy_memory(lxb_css_selector_list_t* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_selectors_parselxb_css_selector_list_t* lxb_css_selectors_parse(lxb_css_parser_t* , lxb_char_t* , size_t ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_attr_local_name_noiconst(lxb_char_t)* lxb_dom_attr_local_name_noi(lxb_dom_attr_t* attr, size_t* len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_attr_value_noiconst(lxb_char_t)* lxb_dom_attr_value_noi(lxb_dom_attr_t* attr, size_t* len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_document_create_elementlxb_dom_element_t* lxb_dom_document_create_element(lxb_dom_document_t* , const(lxb_char_t)* , size_t , void* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_destroylxb_dom_element_t* lxb_dom_element_destroy(lxb_dom_element_t* element) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_first_attribute_noilxb_dom_attr_t* lxb_dom_element_first_attribute_noi(lxb_dom_element_t* element) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_get_attributeconst(lxb_char_t)* lxb_dom_element_get_attribute(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len, size_t* value_len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_has_attributebool lxb_dom_element_has_attribute(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_interface_clonelxb_dom_element_t* lxb_dom_element_interface_clone(lxb_dom_document_t* document, const(lxb_dom_element_t)* element) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_interface_copylxb_status_t lxb_dom_element_interface_copy(lxb_dom_element_t* dst, const(lxb_dom_element_t)* src) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_interface_destroylxb_dom_element_t* lxb_dom_element_interface_destroy(lxb_dom_element_t* element) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_local_nameconst(lxb_char_t)* lxb_dom_element_local_name(lxb_dom_element_t* element, size_t* len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_next_attribute_noilxb_dom_attr_t* lxb_dom_element_next_attribute_noi(lxb_dom_attr_t* attr) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_remove_attributelxb_status_t lxb_dom_element_remove_attribute(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_set_attributelxb_dom_attr_t* lxb_dom_element_set_attribute(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len, const(lxb_char_t)* value, size_t value_len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_tag_nameconst(lxb_char_t)* lxb_dom_element_tag_name(lxb_dom_element_t* element, size_t* len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_first_child_noilxb_dom_node_t* lxb_dom_node_first_child_noi(lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_insert_aftervoid lxb_dom_node_insert_after(lxb_dom_node_t* to, lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_insert_beforevoid lxb_dom_node_insert_before(lxb_dom_node_t* to, lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_insert_childvoid lxb_dom_node_insert_child(lxb_dom_node_t* to, lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_is_emptybool lxb_dom_node_is_empty(lxb_dom_node_t* root) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_last_child_noilxb_dom_node_t* lxb_dom_node_last_child_noi(lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_next_noilxb_dom_node_t* lxb_dom_node_next_noi(lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_parent_noilxb_dom_node_t* lxb_dom_node_parent_noi(lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_prev_noilxb_dom_node_t* lxb_dom_node_prev_noi(lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_removevoid lxb_dom_node_remove(lxb_dom_node_t* node) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_text_contentlxb_char_t* lxb_dom_node_text_content(lxb_dom_node_t* node, size_t* len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_text_content_setlxb_status_t lxb_dom_node_text_content_set(lxb_dom_node_t* node, const(lxb_char_t)* content, size_t len) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_body_element_noilxb_html_body_element_t* lxb_html_document_body_element_noi(lxb_html_document_t* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_cleanvoid lxb_html_document_clean(lxb_html_document_t* document) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_createlxb_html_document_t* lxb_html_document_create() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_destroylxb_html_document_t* lxb_html_document_destroy(lxb_html_document_t* document) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_head_element_noilxb_html_head_element_t* lxb_html_document_head_element_noi(lxb_html_document_t* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_parselxb_status_t lxb_html_document_parse(lxb_html_document_t* , const(lxb_char_t)* , size_t ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_parse_fragmentlxb_dom_node_t* lxb_html_document_parse_fragment(lxb_html_document_t* , lxb_dom_element_t* , const(lxb_char_t)* , size_t ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_titleconst(lxb_char_t)* lxb_html_document_title(lxb_html_document_t* , size_t* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_title_rawconst(lxb_char_t)* lxb_html_document_title_raw(lxb_html_document_t* , size_t* ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_title_setlxb_status_t lxb_html_document_title_set(lxb_html_document_t* , const(lxb_char_t)* , size_t ) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_element_inner_html_setlxb_html_element_t* lxb_html_element_inner_html_set(lxb_html_element_t* element, const(lxb_char_t)* html, size_t size) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_cblxb_status_t lxb_html_serialize_cb(lxb_dom_node_t* node, lxb_html_serialize_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_deep_cblxb_status_t lxb_html_serialize_deep_cb(lxb_dom_node_t* node, lxb_html_serialize_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_deep_strlxb_status_t lxb_html_serialize_deep_str(lxb_dom_node_t* node, lexbor_str_t* str) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_cblxb_status_t lxb_html_serialize_pretty_cb(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lxb_html_serialize_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_deep_cblxb_status_t lxb_html_serialize_pretty_deep_cb(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lxb_html_serialize_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_deep_strlxb_status_t lxb_html_serialize_pretty_deep_str(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lexbor_str_t* str) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_strlxb_status_t lxb_html_serialize_pretty_str(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lexbor_str_t* str) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_tree_cblxb_status_t lxb_html_serialize_pretty_tree_cb(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lxb_html_serialize_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_tree_strlxb_status_t lxb_html_serialize_pretty_tree_str(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lexbor_str_t* str) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_strlxb_status_t lxb_html_serialize_str(lxb_dom_node_t* node, lexbor_str_t* str) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_tree_cblxb_status_t lxb_html_serialize_tree_cb(lxb_dom_node_t* node, lxb_html_serialize_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_tree_strlxb_status_t lxb_html_serialize_tree_str(lxb_dom_node_t* node, lexbor_str_t* str) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_createlxb_selectors_t* lxb_selectors_create() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_destroylxb_selectors_t* lxb_selectors_destroy(lxb_selectors_t* selectors, bool self_destroy) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_findlxb_status_t lxb_selectors_find(lxb_selectors_t* selectors, lxb_dom_node_t* root, lxb_css_selector_list_t* list, lxb_selectors_cb_f cb, void* ctx) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_initlxb_status_t lxb_selectors_init(lxb_selectors_t* selectors) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_parser_createlxb_css_parser_t* function() lxb_css_parser_create; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_parser_destroylxb_css_parser_t* function(lxb_css_parser_t*, bool) lxb_css_parser_destroy; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_parser_initlxb_status_t function(lxb_css_parser_t*, lxb_css_syntax_tokenizer_t*, lexbor_mraw_t*) lxb_css_parser_init; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_selector_list_destroy_memoryvoid function(lxb_css_selector_list_t*) lxb_css_selector_list_destroy_memory; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_css_selectors_parselxb_css_selector_list_t* function(lxb_css_parser_t*, const lxb_char_t*, size_t) lxb_css_selectors_parse; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_attr_local_name_noiconst(lxb_char_t)* function(lxb_dom_attr_t* attr, size_t* len) lxb_dom_attr_local_name_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_attr_value_noiconst(lxb_char_t)* function(lxb_dom_attr_t* attr, size_t* len) lxb_dom_attr_value_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_document_create_elementlxb_dom_element_t* function(lxb_dom_document_t*, const(lxb_char_t)*, size_t, void*) lxb_dom_document_create_element; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_destroylxb_dom_element_t* function(lxb_dom_element_t* element) lxb_dom_element_destroy; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_first_attribute_noilxb_dom_attr_t* function(lxb_dom_element_t* element) lxb_dom_element_first_attribute_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_get_attributeconst(lxb_char_t)* function(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len, size_t* value_len) lxb_dom_element_get_attribute; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_has_attributebool function(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len) lxb_dom_element_has_attribute; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_interface_clonelxb_dom_element_t* function(lxb_dom_document_t* document, const(lxb_dom_element_t)* element) lxb_dom_element_interface_clone; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_interface_copylxb_status_t function(lxb_dom_element_t* dst, const(lxb_dom_element_t)* src) lxb_dom_element_interface_copy; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_interface_destroylxb_dom_element_t* function(lxb_dom_element_t* element) lxb_dom_element_interface_destroy; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_local_nameconst(lxb_char_t)* function(lxb_dom_element_t* element, size_t* len) lxb_dom_element_local_name; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_next_attribute_noilxb_dom_attr_t* function(lxb_dom_attr_t* attr) lxb_dom_element_next_attribute_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_remove_attributelxb_status_t function(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len) lxb_dom_element_remove_attribute; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_set_attributelxb_dom_attr_t* function(lxb_dom_element_t* element, const(lxb_char_t)* qualified_name, size_t qn_len, const(lxb_char_t)* value, size_t value_len) lxb_dom_element_set_attribute; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_element_tag_nameconst(lxb_char_t)* function(lxb_dom_element_t* element, size_t* len) lxb_dom_element_tag_name; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_first_child_noilxb_dom_node_t* function(lxb_dom_node_t* node) lxb_dom_node_first_child_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_insert_aftervoid function(lxb_dom_node_t* to, lxb_dom_node_t* node) lxb_dom_node_insert_after; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_insert_beforevoid function(lxb_dom_node_t* to, lxb_dom_node_t* node) lxb_dom_node_insert_before; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_insert_childvoid function(lxb_dom_node_t* to, lxb_dom_node_t* node) lxb_dom_node_insert_child; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_is_emptybool function(lxb_dom_node_t* root) lxb_dom_node_is_empty; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_last_child_noilxb_dom_node_t* function(lxb_dom_node_t* node) lxb_dom_node_last_child_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_next_noilxb_dom_node_t* function(lxb_dom_node_t* node) lxb_dom_node_next_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_parent_noilxb_dom_node_t* function(lxb_dom_node_t* node) lxb_dom_node_parent_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_prev_noilxb_dom_node_t* function(lxb_dom_node_t* node) lxb_dom_node_prev_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_removevoid function(lxb_dom_node_t* node) lxb_dom_node_remove; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_text_contentlxb_char_t* function(lxb_dom_node_t* node, size_t* len) lxb_dom_node_text_content; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_dom_node_text_content_setlxb_status_t function(lxb_dom_node_t* node, const(lxb_char_t)* content, size_t len) lxb_dom_node_text_content_set; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_body_element_noilxb_html_body_element_t* function(lxb_html_document_t*) lxb_html_document_body_element_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_cleanvoid function(lxb_html_document_t* document) lxb_html_document_clean; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_createlxb_html_document_t* function() lxb_html_document_create; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_destroylxb_html_document_t* function(lxb_html_document_t* document) lxb_html_document_destroy; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_head_element_noilxb_html_head_element_t* function(lxb_html_document_t*) lxb_html_document_head_element_noi; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_parselxb_status_t function(lxb_html_document_t*, const(lxb_char_t)*, size_t) lxb_html_document_parse; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_parse_fragmentlxb_dom_node_t* function(lxb_html_document_t*, lxb_dom_element_t*, const(lxb_char_t)*, size_t) lxb_html_document_parse_fragment; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_titleconst(lxb_char_t)* function(lxb_html_document_t*, size_t*) lxb_html_document_title; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_title_rawconst(lxb_char_t)* function(lxb_html_document_t*, size_t*) lxb_html_document_title_raw; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_document_title_setlxb_status_t function(lxb_html_document_t*, const(lxb_char_t)*, size_t) lxb_html_document_title_set; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_element_inner_html_setlxb_html_element_t* function(lxb_html_element_t* element, const(lxb_char_t)* html, size_t size) lxb_html_element_inner_html_set; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_cblxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_cb_f cb, void* ctx) lxb_html_serialize_cb; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_deep_cblxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_cb_f cb, void* ctx) lxb_html_serialize_deep_cb; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_deep_strlxb_status_t function(lxb_dom_node_t* node, lexbor_str_t* str) lxb_html_serialize_deep_str; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_cblxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lxb_html_serialize_cb_f cb, void* ctx) lxb_html_serialize_pretty_cb; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_deep_cblxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lxb_html_serialize_cb_f cb, void* ctx) lxb_html_serialize_pretty_deep_cb; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_deep_strlxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lexbor_str_t* str) lxb_html_serialize_pretty_deep_str; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_strlxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lexbor_str_t* str) lxb_html_serialize_pretty_str; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_tree_cblxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lxb_html_serialize_cb_f cb, void* ctx) lxb_html_serialize_pretty_tree_cb; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_pretty_tree_strlxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_opt_t opt, size_t indent, lexbor_str_t* str) lxb_html_serialize_pretty_tree_str; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_strlxb_status_t function(lxb_dom_node_t* node, lexbor_str_t* str) lxb_html_serialize_str; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_tree_cblxb_status_t function(lxb_dom_node_t* node, lxb_html_serialize_cb_f cb, void* ctx) lxb_html_serialize_tree_cb; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_html_serialize_tree_strlxb_status_t function(lxb_dom_node_t* node, lexbor_str_t* str) lxb_html_serialize_tree_str; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_createlxb_selectors_t* function() lxb_selectors_create; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_destroylxb_selectors_t* function(lxb_selectors_t* selectors, bool self_destroy) lxb_selectors_destroy; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_findlxb_status_t function(lxb_selectors_t* selectors, lxb_dom_node_t* root, lxb_css_selector_list_t* list, lxb_selectors_cb_f cb, void* ctx) lxb_selectors_find; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- lxb_selectors_initlxb_status_t function(lxb_selectors_t* selectors) lxb_selectors_init; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.