Searched refs:xmlSchemaNs (Results 1 – 1 of 1) sorted by relevance
126 static const xmlChar *xmlSchemaNs = (const xmlChar *) variable325 (xmlStrEqual(node->ns->href, xmlSchemaNs)))4825 if ((nsName != NULL) && xmlStrEqual(nsName, xmlSchemaNs)) { in xmlSchemaGetType()6460 if (xmlStrEqual(xmlSchemaNs, namespaceName)) in xmlSchemaCheckReference()6579 xmlStrEqual(attr->ns->href, xmlSchemaNs))) { in xmlSchemaParseAnnotation()6604 xmlStrEqual(attr->ns->href, xmlSchemaNs))) { in xmlSchemaParseAnnotation()6629 if (xmlStrEqual(attr->ns->href, xmlSchemaNs) || in xmlSchemaParseAnnotation()6958 } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) { in xmlSchemaParseAny()7099 } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) { in xmlSchemaParseAnyAttribute()7266 } else if (! xmlStrEqual(attr->ns->href, xmlSchemaNs)) in xmlSchemaParseLocalAttribute()[all …]