Searched refs:refNs (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 254 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/ |
D | schemasInternals.rpgle | 359 d refNs * const xmlChar * 481 d refNs * const xmlChar * 756 d refNs * const xmlChar * 940 d refNs * const xmlChar *
|
/external/libxml2/ |
D | xmlschemas.c | 5443 const xmlChar *refNs) in xmlSchemaNewQNameRef() argument 5457 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef() 7694 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseAttributeGroupRef() local 7707 NULL, attr, &refNs, &ref); in xmlSchemaParseAttributeGroupRef() 7708 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) in xmlSchemaParseAttributeGroupRef() 7757 (refNs == pctxt->redef->refTargetNs)) in xmlSchemaParseAttributeGroupRef() 7774 xmlSchemaFormatQName(&str, refNs, ref), NULL); in xmlSchemaParseAttributeGroupRef() 7784 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef() 7796 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef() 8556 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseElement() local [all …]
|