19 if (element ==
NULL) {
65 *
len =
text->char_data.data.length;
68 return text->char_data.data.data;
97 doc->
text, (text_len + 1));
struct lxb_dom_document lxb_dom_document_t
#define lxb_dom_interface_node(obj)
struct lxb_dom_node lxb_dom_node_t
struct lxb_dom_text lxb_dom_text_t
#define lxb_dom_interface_text(obj)
lxb_inline void * lxb_dom_document_create_struct(lxb_dom_document_t *document, size_t struct_size)
lxb_inline void * lxb_dom_document_destroy_struct(lxb_dom_document_t *document, void *structure)
@ LXB_DOM_NODE_TYPE_ELEMENT
struct lxb_html_title_element lxb_html_title_element_t
struct lxb_html_document lxb_html_document_t
lxb_inline lxb_dom_document_t * lxb_html_document_original_ref(lxb_html_document_t *document)
lxb_dom_node_t * lxb_dom_node_interface_destroy(lxb_dom_node_t *node)
void * lexbor_mraw_calloc(lexbor_mraw_t *mraw, size_t size)
unsigned const char * text
lxb_char_t * lexbor_str_realloc(lexbor_str_t *str, lexbor_mraw_t *mraw, size_t new_size)
void lexbor_str_strip_collapse_whitespace(lexbor_str_t *target)
lxb_char_t * lexbor_str_init(lexbor_str_t *str, lexbor_mraw_t *mraw, size_t size)
lexbor_str_t * lexbor_str_destroy(lexbor_str_t *str, lexbor_mraw_t *mraw, bool destroy_obj)
lxb_dom_document_t * owner_document
lxb_dom_document_t dom_document
lexbor_str_t * strict_text
const lxb_char_t * lxb_html_title_element_strict_text(lxb_html_title_element_t *title, size_t *len)
const lxb_char_t * lxb_html_title_element_text(lxb_html_title_element_t *title, size_t *len)
lxb_html_title_element_t * lxb_html_title_element_interface_destroy(lxb_html_title_element_t *title)
lxb_html_title_element_t * lxb_html_title_element_interface_create(lxb_html_document_t *document)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)