Searched defs:refNs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h254 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
367 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
608 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaType
771 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaElement
/external/libxml2/include/libxml/
H A DschemasInternals.h254 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
367 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
608 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaType
771 const xmlChar *refNs; /* Deprecated; not used */ member in struct:_xmlSchemaElement
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c5388 const xmlChar *refNs)
5402 ret->targetNamespace = refNs;
7633 const xmlChar *refNs = NULL, *ref = NULL; local
7646 NULL, attr, &refNs, &ref);
7647 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0)
7696 (refNs == pctxt->redef->refTargetNs))
7713 xmlSchemaFormatQName(&str, refNs, ref), NULL);
7723 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
7735 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
8495 const xmlChar *refNs local
5385 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypeType refType, const xmlChar *refName, const xmlChar *refNs) argument
9334 const xmlChar *ref = NULL, *refNs = NULL; local
[all...]
/external/libxml2/
H A Dxmlschemas.c5407 const xmlChar *refNs)
5421 ret->targetNamespace = refNs;
7652 const xmlChar *refNs = NULL, *ref = NULL; local
7665 NULL, attr, &refNs, &ref);
7666 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0)
7715 (refNs == pctxt->redef->refTargetNs))
7732 xmlSchemaFormatQName(&str, refNs, ref), NULL);
7742 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
7754 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs);
8514 const xmlChar *refNs local
5404 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypeType refType, const xmlChar *refName, const xmlChar *refNs) argument
9353 const xmlChar *ref = NULL, *refNs = NULL; local
[all...]

Completed in 1445 milliseconds