Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnamespace_compat.h28 #define DOM_XMLNS_NS_URI "http://www.w3.org/2000/xmlns/" macro
H A Dnamespace_compat.c32 …s_magic_token *php_dom_ns_is_xmlns_magic_token = (const php_dom_ns_magic_token *) DOM_XMLNS_NS_URI;
113 …_ensure_cached_ns(mapper, &mapper->prefixless_xmlns_ns, DOM_XMLNS_NS_URI, sizeof(DOM_XMLNS_NS_URI)… in php_dom_libxml_ns_mapper_ensure_prefixless_xmlns_ns()
251 xmlns_ns = php_dom_libxml_ns_mapper_get_ns_raw_strings(mapper, "xmlns", DOM_XMLNS_NS_URI); in php_dom_ns_compat_mark_attribute()
H A Dhtml5_parser.c205 …ns_ns = php_dom_libxml_ns_mapper_get_ns_raw_strings_nullsafe(ns_mapper, "xmlns", DOM_XMLNS_NS_URI); in lexbor_libxml2_bridge_convert()
H A Delement.c825 if (!follow_spec && xmlStrEqual(BAD_CAST uri, BAD_CAST DOM_XMLNS_NS_URI)) { in dom_get_attribute_ns()
900 xmlStrEqual(BAD_CAST uri, BAD_CAST DOM_XMLNS_NS_URI)) { in dom_set_attribute_ns_legacy()
1163 if (!follow_spec && xmlStrEqual(BAD_CAST uri, BAD_CAST DOM_XMLNS_NS_URI)) { in PHP_METHOD()
H A Dnode.c614 strcmp(strURI, DOM_XMLNS_NS_URI)) || in dom_node_prefix_write()
1900 return DOM_XMLNS_NS_URI; in dom_locate_a_namespace()
H A Dphp_dom.c2086 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, DOM_XMLNS_NS_URI)) || in dom_get_ns()
2087 (prefix && !strcmp(uri, DOM_XMLNS_NS_URI) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
/php-src/
H A DUPGRADING.INTERNALS177 - Removed DOM_XMLNS_NAMESPACE from xml_common.h. Use DOM_XMLNS_NS_URI

Completed in 45 milliseconds