libdom
|
#include <text.h>
Public Attributes | |
struct dom_characterdata_vtable | base |
dom_exception(* | dom_text_split_text )(struct dom_text *text, uint32_t offset, struct dom_text **result) |
dom_exception(* | dom_text_get_is_element_content_whitespace )(struct dom_text *text, bool *result) |
dom_exception(* | dom_text_get_whole_text )(struct dom_text *text, dom_string **result) |
dom_exception(* | dom_text_replace_whole_text )(struct dom_text *text, dom_string *content, struct dom_text **result) |
struct dom_characterdata_vtable dom_text_vtable::base |
dom_exception(* dom_text_vtable::dom_text_get_is_element_content_whitespace) (struct dom_text *text, bool *result) |
dom_exception(* dom_text_vtable::dom_text_get_whole_text) (struct dom_text *text, dom_string **result) |
dom_exception(* dom_text_vtable::dom_text_replace_whole_text) (struct dom_text *text, dom_string *content, struct dom_text **result) |
dom_exception(* dom_text_vtable::dom_text_split_text) (struct dom_text *text, uint32_t offset, struct dom_text **result) |