Searched refs:XML_ATTRIBUTE_ID (Results 1 – 6 of 6) sorted by relevance
112 if (attrp->atype == XML_ATTRIBUTE_ID) { in dom_attr_value_will_change()114 attrp->atype = XML_ATTRIBUTE_ID; in dom_attr_value_will_change()198 RETURN_BOOL(attrp->atype == XML_ATTRIBUTE_ID); in PHP_METHOD()
393 …if (attr->atype != XML_ATTRIBUTE_ID && attr->doc->type == XML_HTML_DOCUMENT_NODE && attr->ns == NU… in dom_check_register_attribute_id()395 attr->atype = XML_ATTRIBUTE_ID; in dom_check_register_attribute_id()1345 if (is_id && attrp->atype != XML_ATTRIBUTE_ID) { in php_set_attribute_id()1346 attrp->atype = XML_ATTRIBUTE_ID; in php_set_attribute_id()1347 } else if (!is_id && attrp->atype == XML_ATTRIBUTE_ID) { in php_set_attribute_id()
111 const XML_ATTRIBUTE_ID = UNKNOWN; define
1064 if (attr->atype == XML_ATTRIBUTE_ID && dom_compare_value(attr, BAD_CAST idname)) { in PHP_METHOD()
1832 REGISTER_LONG_CONSTANT("XML_ATTRIBUTE_ID", XML_ATTRIBUTE_ID, CONST_PERSISTENT); in register_php_dom_symbols()
363 if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) { in php_libxml_node_free_list()
Completed in 45 milliseconds