• Home
  • Raw
  • Download

Lines Matching refs:xmlStrEqual

2099 	if ((xmlStrEqual(ret->name, BAD_CAST "xmlns")) ||  in xmlAddAttributeDecl()
2101 (xmlStrEqual(ret->prefix, BAD_CAST "xmlns"))))) { in xmlAddAttributeDecl()
2108 ((xmlStrEqual(tmp->name, BAD_CAST "xmlns")) || in xmlAddAttributeDecl()
2110 (xmlStrEqual(ret->prefix, BAD_CAST "xmlns")))))) { in xmlAddAttributeDecl()
2686 if ((xmlStrEqual(BAD_CAST "id", attr->name)) || in xmlIsID()
2687 ((xmlStrEqual(BAD_CAST "name", attr->name)) && in xmlIsID()
2688 ((elem == NULL) || (xmlStrEqual(elem->name, BAD_CAST "a"))))) in xmlIsID()
4013 if ((doc->standalone) && (extsubset == 1) && (!xmlStrEqual(value, ret))) { in xmlValidCtxtNormalizeAttributeValue()
4196 if (xmlStrEqual(tree->name, attr->defaultValue)) break; in xmlValidateAttributeDecl()
4257 if ((xmlStrEqual(next->name, name)) && in xmlValidateElementDecl()
4258 (xmlStrEqual(next->prefix, cur->c1->prefix))) { in xmlValidateElementDecl()
4274 if ((xmlStrEqual(next->c1->name, name)) && in xmlValidateElementDecl()
4275 (xmlStrEqual(next->c1->prefix, cur->c1->prefix))) { in xmlValidateElementDecl()
4298 (xmlStrEqual(tst->prefix, elem->prefix))) && in xmlValidateElementDecl()
4308 (xmlStrEqual(tst->prefix, elem->prefix))) && in xmlValidateElementDecl()
4418 if (!xmlStrEqual(value, attrDecl->defaultValue)) { in xmlValidateOneAttribute()
4457 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneAttribute()
4472 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneAttribute()
4485 (!xmlStrEqual(attrDecl->defaultValue, value))) { in xmlValidateOneAttribute()
4609 if (!xmlStrEqual(value, attrDecl->defaultValue)) { in xmlValidateOneNamespace()
4660 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneNamespace()
4681 if (xmlStrEqual(tree->name, value)) break; in xmlValidateOneNamespace()
4700 (!xmlStrEqual(attrDecl->defaultValue, value))) { in xmlValidateOneNamespace()
4863 (xmlStrEqual(NODE->name, CONT->name))); in xmlValidateElementType()
4870 ret = xmlStrEqual(NODE->ns->prefix, CONT->prefix); in xmlValidateElementType()
4901 (!xmlStrEqual(NODE->name, CONT->c1->name))) { in xmlValidateElementType()
4911 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix); in xmlValidateElementType()
4938 (!xmlStrEqual(NODE->name, CONT->c1->name))) { in xmlValidateElementType()
4948 ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix); in xmlValidateElementType()
5590 if ((cont->prefix == NULL) && (xmlStrEqual(cont->name, qname))) in xmlValidateCheckMixed()
5596 (xmlStrEqual(cont->c1->name, qname))) in xmlValidateCheckMixed()
5613 (xmlStrEqual(cont->name, name))) in xmlValidateCheckMixed()
5620 (xmlStrEqual(cont->c1->name, name))) in xmlValidateCheckMixed()
6071 if (xmlStrEqual(cont->name, fullname)) in xmlValidateOneElement()
6076 if (xmlStrEqual(cont->c1->name, fullname)) in xmlValidateOneElement()
6096 if (xmlStrEqual(cont->name, name)) break; in xmlValidateOneElement()
6100 if (xmlStrEqual(cont->c1->name, name)) break; in xmlValidateOneElement()
6164 (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) { in xmlValidateOneElement()
6173 } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) { in xmlValidateOneElement()
6178 if (xmlStrEqual(attr->name, ns->prefix)) in xmlValidateOneElement()
6187 if (xmlStrEqual(attrib->name, attr->name)) { in xmlValidateOneElement()
6201 } else if (!xmlStrEqual(nameSpace->prefix, in xmlValidateOneElement()
6248 (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) { in xmlValidateOneElement()
6254 if (!xmlStrEqual(attr->defaultValue, ns->href)) { in xmlValidateOneElement()
6265 } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) { in xmlValidateOneElement()
6270 if (xmlStrEqual(attr->name, ns->prefix)) { in xmlValidateOneElement()
6271 if (!xmlStrEqual(attr->defaultValue, ns->href)) { in xmlValidateOneElement()
6326 if (!xmlStrEqual(doc->intSubset->name, root->name)) { in xmlValidateRoot()
6336 ret = xmlStrEqual(doc->intSubset->name, fullname); in xmlValidateRoot()
6342 if ((xmlStrEqual(doc->intSubset->name, BAD_CAST "HTML")) && in xmlValidateRoot()
6343 (xmlStrEqual(root->name, BAD_CAST "html"))) in xmlValidateRoot()
6890 if (xmlStrEqual(BAD_CAST "#PCDATA", names[i])) return(*len); in xmlValidGetPotentialChildren()
6895 if (xmlStrEqual(ctree->name, names[i])) return(*len); in xmlValidGetPotentialChildren()
7023 if (xmlStrEqual(elements[i], names[j])) break; in xmlValidGetValidElements()