Searched refs:LXB_NS_SVG (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/ns/ |
H A D | const.h | 28 LXB_NS_SVG = 0x04, enumerator
|
H A D | res.h | 35 …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 D | foreign_content.c | 65 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 D | in_body.c | 1573 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 D | interface.c | 37 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 D | tree.c | 1694 if (node->ns == LXB_NS_SVG in lxb_html_tree_html_integration_point()
|
/php-src/ext/dom/ |
H A D | html5_parser.c | 75 if (lexbor_namespace == LXB_NS_SVG) { in get_libxml_namespace_href()
|
Completed in 21 milliseconds