| 1431 | } |
| 1432 | |
| 1433 | static const xmlChar* |
| 1434 | xmlSchemaGetComponentQName(xmlChar **buf, |
| 1435 | void *item) |
| 1436 | { |
| 1437 | return (xmlSchemaFormatQName(buf, |
| 1438 | xmlSchemaGetComponentTargetNs((xmlSchemaBasicItemPtr) item), |
| 1439 | xmlSchemaGetComponentName((xmlSchemaBasicItemPtr) item))); |
| 1440 | } |
| 1441 | |
| 1442 | static const xmlChar* |
| 1443 | xmlSchemaGetComponentDesignation(xmlChar **buf, void *item) |
no test coverage detected