| 1454 | } |
| 1455 | |
| 1456 | static const xmlChar* |
| 1457 | xmlSchemaGetIDCDesignation(xmlChar **buf, xmlSchemaIDCPtr idc) |
| 1458 | { |
| 1459 | return(xmlSchemaGetComponentDesignation(buf, idc)); |
| 1460 | } |
| 1461 | |
| 1462 | /** |
| 1463 | * xmlSchemaWildcardPCToString: |
no test coverage detected