| 22546 | } |
| 22547 | |
| 22548 | static const xmlChar * |
| 22549 | xmlSchemaHashKeySequence(xmlSchemaValidCtxtPtr vctxt, |
| 22550 | xmlChar **buf, |
| 22551 | xmlSchemaPSVIIDCKeyPtr *seq, |
| 22552 | int count) |
| 22553 | { |
| 22554 | return xmlSchemaFormatIDCKeySequence_1(vctxt, buf, seq, count, 1); |
| 22555 | } |
| 22556 | |
| 22557 | /** |
| 22558 | * xmlSchemaXPathPop: |
no test coverage detected