Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h783 const xmlChar *substGroup; member
/external/libxml2/
Dxmlschemas.c4224 if (elem->substGroup != NULL) { in xmlSchemaElementDump()
4225 fprintf(output, " substitutionGroup: '%s' ", elem->substGroup); in xmlSchemaElementDump()
5730 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember() local
5735 substGroup = xmlSchemaSubstGroupGet(pctxt, head); in xmlSchemaAddElementSubstitutionMember()
5736 if (substGroup == NULL) in xmlSchemaAddElementSubstitutionMember()
5737 substGroup = xmlSchemaSubstGroupAdd(pctxt, head); in xmlSchemaAddElementSubstitutionMember()
5738 if (substGroup == NULL) in xmlSchemaAddElementSubstitutionMember()
5740 if (xmlSchemaItemListAdd(substGroup->members, member) == -1) in xmlSchemaAddElementSubstitutionMember()
8651 &(decl->substGroupNs), &(decl->substGroup)); in xmlSchemaParseElement()
12521 xmlSchemaSubstGroupPtr substGroup; in xmlSchemaBuildContentModelForSubstGroup() local
[all …]