MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlSchemaGetComponentQName

Function xmlSchemaGetComponentQName

ThirdParty/libxml2/vtklibxml2/xmlschemas.c:1433–1440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 3

xmlSchemaFormatQNameFunction · 0.85

Tested by

no test coverage detected