parserino.c.lexbor

Undocumented in source.

Members

Aliases

lexbor_hash_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_t
alias 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_f
alias 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_t
alias 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_f
alias 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_t
alias 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.

Enums

ToImport
enum ToImport
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lexbor_status_t
enum lexbor_status_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_document_cmode_t
enum lxb_dom_document_cmode_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_document_dtype_t
enum lxb_dom_document_dtype_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_node_type_t
enum lxb_dom_node_type_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_ready_state_t
enum lxb_html_document_ready_state_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_serialize_opt
enum lxb_html_serialize_opt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

lxb_css_parser_create
lxb_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_destroy
lxb_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_init
lxb_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_memory
void 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_parse
lxb_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_noi
const(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_noi
const(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_element
lxb_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_destroy
lxb_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_noi
lxb_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_attribute
const(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_attribute
bool 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_clone
lxb_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_copy
lxb_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_destroy
lxb_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_name
const(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_noi
lxb_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_attribute
lxb_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_attribute
lxb_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_name
const(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_noi
lxb_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_after
void 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_before
void 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_child
void 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_empty
bool 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_noi
lxb_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_noi
lxb_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_noi
lxb_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_noi
lxb_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_remove
void 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_content
lxb_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_set
lxb_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_noi
lxb_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_clean
void 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_create
lxb_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_destroy
lxb_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_noi
lxb_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_parse
lxb_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_fragment
lxb_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_title
const(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_raw
const(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_set
lxb_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_set
lxb_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_cb
lxb_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_cb
lxb_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_str
lxb_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_cb
lxb_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_cb
lxb_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_str
lxb_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_str
lxb_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_cb
lxb_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_str
lxb_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_str
lxb_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_cb
lxb_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_str
lxb_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_create
lxb_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_destroy
lxb_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_find
lxb_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_init
lxb_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.

Static variables

lxb_css_parser_create
lxb_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_destroy
lxb_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_init
lxb_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_memory
void 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_parse
lxb_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_noi
const(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_noi
const(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_element
lxb_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_destroy
lxb_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_noi
lxb_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_attribute
const(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_attribute
bool 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_clone
lxb_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_copy
lxb_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_destroy
lxb_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_name
const(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_noi
lxb_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_attribute
lxb_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_attribute
lxb_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_name
const(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_noi
lxb_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_after
void 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_before
void 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_child
void 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_empty
bool 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_noi
lxb_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_noi
lxb_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_noi
lxb_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_noi
lxb_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_remove
void 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_content
lxb_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_set
lxb_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_noi
lxb_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_clean
void 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_create
lxb_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_destroy
lxb_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_noi
lxb_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_parse
lxb_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_fragment
lxb_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_title
const(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_raw
const(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_set
lxb_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_set
lxb_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_cb
lxb_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_cb
lxb_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_str
lxb_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_cb
lxb_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_cb
lxb_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_str
lxb_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_str
lxb_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_cb
lxb_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_str
lxb_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_str
lxb_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_cb
lxb_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_str
lxb_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_create
lxb_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_destroy
lxb_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_find
lxb_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_init
lxb_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.

Structs

lexbor_hash
struct 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_mraw_t
struct 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.
lexbor_str
struct 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_css_parser_t
struct lxb_css_parser_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_t
struct 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_syntax_tokenizer_t
struct lxb_css_syntax_tokenizer_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
struct 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
struct 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
struct 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
struct 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
struct 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
struct 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
struct 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
struct 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
struct 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
struct 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_selectors_t
struct lxb_selectors_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta