Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3437
int
3438
xmlValidateNamesValue(const xmlChar *value) {
3439
return(xmlValidateNamesValueInternal(NULL, value));
3440
}
3441
3442
/**
3443
* xmlValidateNmtokenValueInternal:
Callers
nothing calls this directly
Calls
1
xmlValidateNamesValueInternal
Function · 0.85
Tested by
no test coverage detected