Home
last modified time | relevance | path

Searched refs:LXB_NS_SVG (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/ns/
H A Dconst.h28 LXB_NS_SVG = 0x04, enumerator
H A Dres.h35 …r = (lxb_char_t *) "http://www.w3.org/2000/svg", .length = 26, .next = NULL}, LXB_NS_SVG, 1, true},
47 {{.u.short_str = "svg", .length = 3, .next = NULL}, LXB_NS_SVG, 1, true},
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c65 if (node->local_name != LXB_TAG_SCRIPT || node->ns != LXB_NS_SVG) { in lxb_html_tree_insertion_mode_foreign_content_script_closed()
86 else if (node->ns == LXB_NS_SVG) { in lxb_html_tree_insertion_mode_foreign_content_anything_else()
98 if (node->ns == LXB_NS_SVG) { in lxb_html_tree_insertion_mode_foreign_content_anything_else()
115 if (token->tag_id == LXB_TAG_SCRIPT && node->ns == LXB_NS_SVG) { in lxb_html_tree_insertion_mode_foreign_content_anything_else()
H A Din_body.c1573 element = lxb_html_tree_insert_foreign_element(tree, token, LXB_NS_SVG); in lxb_html_tree_insertion_mode_in_body_svg()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dinterface.c37 else if (ns == LXB_NS_SVG) { in lxb_html_interface_create()
138 else if (node->ns == LXB_NS_SVG) { in lxb_html_interface_destroy()
H A Dtree.c1694 if (node->ns == LXB_NS_SVG in lxb_html_tree_html_integration_point()
/php-src/ext/dom/
H A Dhtml5_parser.c75 if (lexbor_namespace == LXB_NS_SVG) { in get_libxml_namespace_href()

Completed in 21 milliseconds