Lines Matching refs:xmlStrEqual
2148 if ((xmlStrEqual(ret->name, BAD_CAST "xmlns")) || in xmlAddAttributeDecl()
2150 (xmlStrEqual(ret->prefix, BAD_CAST "xmlns"))))) { in xmlAddAttributeDecl()
2157 ((xmlStrEqual(tmp->name, BAD_CAST "xmlns")) || in xmlAddAttributeDecl()
2159 (xmlStrEqual(ret->prefix, BAD_CAST "xmlns")))))) { in xmlAddAttributeDecl()
2734 if ((xmlStrEqual(BAD_CAST "id", attr->name)) || in xmlIsID()
2735 ((xmlStrEqual(BAD_CAST "name", attr->name)) && in xmlIsID()
2736 ((elem == NULL) || (xmlStrEqual(elem->name, BAD_CAST "a"))))) in xmlIsID()
4060 if ((doc->standalone) && (extsubset == 1) && (!xmlStrEqual(value, ret))) { in xmlValidCtxtNormalizeAttributeValue()
4246 if (xmlStrEqual(tree->name, attr->defaultValue)) break; in xmlValidateAttributeDecl()
4307 if ((xmlStrEqual(next->name, name)) && in xmlValidateElementDecl()
4308 (xmlStrEqual(next->prefix, cur->prefix))) { in xmlValidateElementDecl()
4324 if ((xmlStrEqual(next->c1->name, name)) && in xmlValidateElementDecl()
4325 (xmlStrEqual(next->c1->prefix, cur->prefix))) { in xmlValidateElementDecl()
4348 (xmlStrEqual(tst->prefix, elem->prefix))) && in xmlValidateElementDecl()
4358 (xmlStrEqual(tst->prefix, elem->prefix))) && in xmlValidateElementDecl()
4468 if (!xmlStrEqual(value, attrDecl->defaultValue)) { in xmlValidateOneAttribute()
4507 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneAttribute()
4522 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneAttribute()
4535 (!xmlStrEqual(attrDecl->defaultValue, value))) { in xmlValidateOneAttribute()
4659 if (!xmlStrEqual(value, attrDecl->defaultValue)) { in xmlValidateOneNamespace()
4710 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneNamespace()
4731 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneNamespace()
4750 (!xmlStrEqual(attrDecl->defaultValue, value))) { in xmlValidateOneNamespace()
4913 (xmlStrEqual(NODE->name, CONT->name))); in xmlValidateElementType()
4920 ret = xmlStrEqual(NODE->ns->prefix, CONT->prefix); in xmlValidateElementType()
4951 (!xmlStrEqual(NODE->name, CONT->c1->name))) { in xmlValidateElementType()
4961 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix); in xmlValidateElementType()
4988 (!xmlStrEqual(NODE->name, CONT->c1->name))) { in xmlValidateElementType()
4998 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix); in xmlValidateElementType()
5640 if ((cont->prefix == NULL) && (xmlStrEqual(cont->name, qname))) in xmlValidateCheckMixed()
5646 (xmlStrEqual(cont->c1->name, qname))) in xmlValidateCheckMixed()
5663 (xmlStrEqual(cont->name, name))) in xmlValidateCheckMixed()
5670 (xmlStrEqual(cont->c1->name, name))) in xmlValidateCheckMixed()
6121 if (xmlStrEqual(cont->name, fullname)) in xmlValidateOneElement()
6126 if (xmlStrEqual(cont->c1->name, fullname)) in xmlValidateOneElement()
6146 if (xmlStrEqual(cont->name, name)) break; in xmlValidateOneElement()
6150 if (xmlStrEqual(cont->c1->name, name)) break; in xmlValidateOneElement()
6214 (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) { in xmlValidateOneElement()
6223 } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) { in xmlValidateOneElement()
6228 if (xmlStrEqual(attr->name, ns->prefix)) in xmlValidateOneElement()
6237 if (xmlStrEqual(attrib->name, attr->name)) { in xmlValidateOneElement()
6251 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
6298 (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) { in xmlValidateOneElement()
6304 if (!xmlStrEqual(attr->defaultValue, ns->href)) { in xmlValidateOneElement()
6315 } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) { in xmlValidateOneElement()
6320 if (xmlStrEqual(attr->name, ns->prefix)) { in xmlValidateOneElement()
6321 if (!xmlStrEqual(attr->defaultValue, ns->href)) { in xmlValidateOneElement()
6376 if (!xmlStrEqual(doc->intSubset->name, root->name)) { in xmlValidateRoot()
6386 ret = xmlStrEqual(doc->intSubset->name, fullname); in xmlValidateRoot()
6392 if ((xmlStrEqual(doc->intSubset->name, BAD_CAST "HTML")) && in xmlValidateRoot()
6393 (xmlStrEqual(root->name, BAD_CAST "html"))) in xmlValidateRoot()
6933 if (xmlStrEqual(BAD_CAST "#PCDATA", names[i])) return(*len); in xmlValidGetPotentialChildren()
6938 if (xmlStrEqual(ctree->name, names[i])) return(*len); in xmlValidGetPotentialChildren()
7066 if (xmlStrEqual(elements[i], names[j])) break; in xmlValidGetValidElements()