Home
last modified time | relevance | path

Searched refs:lxb_dom_text_t (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dtext.c11 lxb_dom_text_t *
14 lxb_dom_text_t *element; in lxb_dom_text_interface_create()
17 sizeof(lxb_dom_text_t)); in lxb_dom_text_interface_create()
30 lxb_dom_text_t *
32 const lxb_dom_text_t *text) in lxb_dom_text_interface_clone()
35 lxb_dom_text_t *new; in lxb_dom_text_interface_clone()
50 lxb_dom_text_t *
51 lxb_dom_text_interface_destroy(lxb_dom_text_t *text) in lxb_dom_text_interface_destroy()
59 lxb_dom_text_interface_copy(lxb_dom_text_t *dst, const lxb_dom_text_t *src) in lxb_dom_text_interface_copy()
H A Dtext.h23 LXB_API lxb_dom_text_t *
26 LXB_API lxb_dom_text_t *
28 const lxb_dom_text_t *text);
30 LXB_API lxb_dom_text_t *
31 lxb_dom_text_interface_destroy(lxb_dom_text_t *text);
35 lxb_dom_text_interface_copy(lxb_dom_text_t *dst, const lxb_dom_text_t *src);
H A Dcdata_section.h19 lxb_dom_text_t text;
H A Ddocument.h114 LXB_API lxb_dom_text_t *
H A Ddocument.c274 lxb_dom_text_t *
278 lxb_dom_text_t *text; in lxb_dom_document_create_text_node()
H A Dnode.c1206 lxb_dom_text_t *text; in lxb_dom_node_text_content_set()
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dinterface.h34 #define lxb_dom_interface_text(obj) ((lxb_dom_text_t *) (obj))
46 typedef struct lxb_dom_text lxb_dom_text_t; typedef
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dstyle_element.c51 lxb_dom_text_t *text; in lxb_html_style_element_parse()
H A Dtitle_element.c60 lxb_dom_text_t *text; in lxb_html_title_element_text()
/php-src/ext/dom/
H A Dhtml5_parser.c236 lxb_dom_text_t *text = lxb_dom_interface_text(node); in lexbor_libxml2_bridge_convert()
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch328 lxb_dom_text_t *text;

Completed in 30 milliseconds