Searched refs:XML_RELAXNG_CHOICE (Results 1 – 1 of 1) sorted by relevance
139 XML_RELAXNG_CHOICE, /* a choice between non empty patterns */ enumerator984 if ((define->data != NULL) && (define->type == XML_RELAXNG_CHOICE)) in xmlRelaxNGFreeDefine()2060 case XML_RELAXNG_CHOICE: in xmlRelaxNGDefName()2965 case XML_RELAXNG_CHOICE: in xmlRelaxNGIsCompileable()3169 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGCompile()3300 case XML_RELAXNG_CHOICE: in xmlRelaxNGTryCompile()3400 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGIsNullable()3933 if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGenerateAttributes()4029 } else if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGetElements()4094 if ((def == NULL) || (def->type != XML_RELAXNG_CHOICE)) in xmlRelaxNGCheckChoiceDeterminism()[all …]