Searched refs:substGroup (Results 1 – 2 of 2) sorted by relevance
783 const xmlChar *substGroup; member
4224 if (elem->substGroup != NULL) { in xmlSchemaElementDump()4225 fprintf(output, " substitutionGroup: '%s' ", elem->substGroup); in xmlSchemaElementDump()5730 xmlSchemaSubstGroupPtr substGroup = NULL; in xmlSchemaAddElementSubstitutionMember() local5735 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 …]