Searched refs:xmlSchemaNs (Results 1 – 1 of 1) sorted by relevance
126 static const xmlChar *xmlSchemaNs = (const xmlChar *) variable325 (xmlStrEqual(node->ns->href, xmlSchemaNs)))4864 if ((nsName != NULL) && xmlStrEqual(nsName, xmlSchemaNs)) { in xmlSchemaGetType()6505 if (xmlStrEqual(xmlSchemaNs, namespaceName)) in xmlSchemaCheckReference()6624 xmlStrEqual(attr->ns->href, xmlSchemaNs))) { in xmlSchemaParseAnnotation()6649 xmlStrEqual(attr->ns->href, xmlSchemaNs))) { in xmlSchemaParseAnnotation()6674 if (xmlStrEqual(attr->ns->href, xmlSchemaNs) || in xmlSchemaParseAnnotation()7003 } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) { in xmlSchemaParseAny()7144 } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) { in xmlSchemaParseAnyAttribute()7311 } else if (! xmlStrEqual(attr->ns->href, xmlSchemaNs)) in xmlSchemaParseLocalAttribute()[all …]