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

Function xmlSchemaNormalizeValue

ThirdParty/libxml2/vtklibxml2/xmlschemas.c:24324–24336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24322}
24323
24324static xmlChar *
24325xmlSchemaNormalizeValue(xmlSchemaTypePtr type,
24326 const xmlChar *value)
24327{
24328 switch (xmlSchemaGetWhiteSpaceFacetValue(type)) {
24329 case XML_SCHEMA_WHITESPACE_COLLAPSE:
24330 return (xmlSchemaCollapseString(value));
24331 case XML_SCHEMA_WHITESPACE_REPLACE:
24332 return (xmlSchemaWhiteSpaceReplace(value));
24333 default:
24334 return (NULL);
24335 }
24336}
24337
24338static int
24339xmlSchemaValidateQName(xmlSchemaValidCtxtPtr vctxt,

Callers 2

Calls 3

xmlSchemaCollapseStringFunction · 0.85

Tested by

no test coverage detected