Home
last modified time | relevance | path

Searched refs:xmlSchemaNs (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c120 static const xmlChar *xmlSchemaNs = (const xmlChar *) variable
319 (xmlStrEqual(node->ns->href, xmlSchemaNs)))
4804 if ((nsName != NULL) && xmlStrEqual(nsName, xmlSchemaNs)) { in xmlSchemaGetType()
6433 if (xmlStrEqual(xmlSchemaNs, namespaceName)) in xmlSchemaCheckReference()
6552 xmlStrEqual(attr->ns->href, xmlSchemaNs))) { in xmlSchemaParseAnnotation()
6577 xmlStrEqual(attr->ns->href, xmlSchemaNs))) { in xmlSchemaParseAnnotation()
6602 if (xmlStrEqual(attr->ns->href, xmlSchemaNs) || in xmlSchemaParseAnnotation()
6931 } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) { in xmlSchemaParseAny()
7072 } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) { in xmlSchemaParseAnyAttribute()
7239 } else if (! xmlStrEqual(attr->ns->href, xmlSchemaNs)) in xmlSchemaParseLocalAttribute()
[all …]