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

Function xmlXPathCastNodeToString

ThirdParty/libxml2/vtklibxml2/xpath.c:4733–4736  ·  view source on GitHub ↗

* xmlXPathCastNodeToString: * @node: a node * * Converts a node to its string value. * * Returns a newly allocated string. */

Source from the content-addressed store, hash-verified

4731 * Returns a newly allocated string.
4732 */
4733xmlChar *
4734xmlXPathCastNodeToString (xmlNodePtr node) {
4735 return(xmlNodeGetContent(node));
4736}
4737
4738/**
4739 * xmlXPathCastNodeSetToString:

Callers 10

xmlXPathDistinctSortedFunction · 0.85
xmlXPathIdFunctionFunction · 0.85
xmlXPathStringFunctionFunction · 0.85

Calls 1

xmlNodeGetContentFunction · 0.85

Tested by

no test coverage detected