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

Function xmlValidateNamesValue

ThirdParty/libxml2/vtklibxml2/valid.c:3437–3440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3435 */
3436
3437int
3438xmlValidateNamesValue(const xmlChar *value) {
3439 return(xmlValidateNamesValueInternal(NULL, value));
3440}
3441
3442/**
3443 * xmlValidateNmtokenValueInternal:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected