Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c126 static const xmlChar *xmlSchemaNs = (const xmlChar *) variable
325 (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 …]