Skip to main content

xmlXPathFreeNodeSet

Function xmlXPathFreeNodeSet 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathFreeNodeSet(ns: *mut _xmlNodeSet)
Expand description

Free a node-set allocated by xmlXPathNodeSetCreate or a node-set builder in this library.

Frees the node-set structure and its node table; the nodes themselves are owned by their document and are not freed.

§UPSTREAM-PARITY

void xmlXPathFreeNodeSet(xmlNodeSetPtr ns);