Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h254 const xmlChar *refNs; /* Deprecated; not used */ member
367 const xmlChar *refNs; /* Deprecated; not used */ member
608 const xmlChar *refNs; /* Deprecated; not used */ member
771 const xmlChar *refNs; /* Deprecated; not used */ member
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle359 d refNs * const xmlChar *
481 d refNs * const xmlChar *
756 d refNs * const xmlChar *
940 d refNs * const xmlChar *
/external/libxml2/
Dxmlschemas.c5482 const xmlChar *refNs) in xmlSchemaNewQNameRef() argument
5496 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
7739 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseAttributeGroupRef() local
7752 NULL, attr, &refNs, &ref); in xmlSchemaParseAttributeGroupRef()
7753 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) in xmlSchemaParseAttributeGroupRef()
7802 (refNs == pctxt->redef->refTargetNs)) in xmlSchemaParseAttributeGroupRef()
7819 xmlSchemaFormatQName(&str, refNs, ref), NULL); in xmlSchemaParseAttributeGroupRef()
7829 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
7841 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
8601 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseElement() local
[all …]