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

Function xmlXPathNodeSetClear

ThirdParty/libxml2/vtklibxml2/xpath.c:3347–3351  ·  view source on GitHub ↗

* xmlXPathNodeSetClear: * @set: the node set to clear * * Clears the list from all temporary XPath objects (e.g. namespace nodes * are feed), but does *not* free the list itself. Sets the length of the * list to 0. */

Source from the content-addressed store, hash-verified

3345 * list to 0.
3346 */
3347static void
3348xmlXPathNodeSetClear(xmlNodeSetPtr set, int hasNsNodes)
3349{
3350 xmlXPathNodeSetClearFromPos(set, 0, hasNsNodes);
3351}
3352
3353/**
3354 * xmlXPathNodeSetKeepLast:

Callers 3

xmlXPathNodeSetFilterFunction · 0.85

Calls 1

Tested by

no test coverage detected