Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c138 XML_RELAXNG_CHOICE, /* a choice between non empty patterns */ enumerator
981 if ((define->data != NULL) && (define->type == XML_RELAXNG_CHOICE)) in xmlRelaxNGFreeDefine()
2056 case XML_RELAXNG_CHOICE: in xmlRelaxNGDefName()
2957 case XML_RELAXNG_CHOICE: in xmlRelaxNGIsCompileable()
3140 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGCompile()
3271 case XML_RELAXNG_CHOICE: in xmlRelaxNGTryCompile()
3371 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGIsNullable()
3897 if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGenerateAttributes()
3993 } else if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGetElements()
4058 if ((def == NULL) || (def->type != XML_RELAXNG_CHOICE)) in xmlRelaxNGCheckChoiceDeterminism()
[all …]