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

Function xmlParseAttValue

ThirdParty/libxml2/vtklibxml2/parser.c:4569–4573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4567
4568
4569xmlChar *
4570xmlParseAttValue(xmlParserCtxtPtr ctxt) {
4571 if ((ctxt == NULL) || (ctxt->input == NULL)) return(NULL);
4572 return(xmlParseAttValueInternal(ctxt, NULL, NULL, 0, 0));
4573}
4574
4575/**
4576 * xmlParseSystemLiteral:

Callers 2

xmlParseDefaultDeclFunction · 0.85
xmlParseAttributeFunction · 0.85

Calls 1

xmlParseAttValueInternalFunction · 0.85

Tested by

no test coverage detected