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

Function xmlXPathCastNodeToNumber

ThirdParty/libxml2/vtklibxml2/xpath.c:4909–4912  ·  view source on GitHub ↗

* xmlXPathCastNodeToNumber: * @node: a node * * Converts a node to its number value * * Returns the number value */

Source from the content-addressed store, hash-verified

4907 * Returns the number value
4908 */
4909double
4910xmlXPathCastNodeToNumber (xmlNodePtr node) {
4911 return(xmlXPathNodeToNumberInternal(NULL, node));
4912}
4913
4914/**
4915 * xmlXPathCastNodeSetToNumber:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected