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.c5422 const xmlChar *refNs) in xmlSchemaNewQNameRef() argument
5436 ret->targetNamespace = refNs; in xmlSchemaNewQNameRef()
7667 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseAttributeGroupRef() local
7680 NULL, attr, &refNs, &ref); in xmlSchemaParseAttributeGroupRef()
7681 if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0) in xmlSchemaParseAttributeGroupRef()
7730 (refNs == pctxt->redef->refTargetNs)) in xmlSchemaParseAttributeGroupRef()
7747 xmlSchemaFormatQName(&str, refNs, ref), NULL); in xmlSchemaParseAttributeGroupRef()
7757 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
7769 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, ref, refNs); in xmlSchemaParseAttributeGroupRef()
8529 const xmlChar *refNs = NULL, *ref = NULL; in xmlSchemaParseElement() local
[all …]