Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c140 XML_RELAXNG_CHOICE, /* a choice between non empty patterns */ enumerator
985 if ((define->data != NULL) && (define->type == XML_RELAXNG_CHOICE)) in xmlRelaxNGFreeDefine()
2075 case XML_RELAXNG_CHOICE: in xmlRelaxNGDefName()
2982 case XML_RELAXNG_CHOICE: in xmlRelaxNGIsCompileable()
3186 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGCompile()
3317 case XML_RELAXNG_CHOICE: in xmlRelaxNGTryCompile()
3417 case XML_RELAXNG_CHOICE:{ in xmlRelaxNGIsNullable()
3950 if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGenerateAttributes()
4051 } else if ((cur->type == XML_RELAXNG_CHOICE) || in xmlRelaxNGGetElements()
4116 if ((def == NULL) || (def->type != XML_RELAXNG_CHOICE)) in xmlRelaxNGCheckChoiceDeterminism()
[all …]