Skip to main content

xmlXPathNewNodeSetList

Function xmlXPathNewNodeSetList 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathNewNodeSetList( val: *mut _xmlNodeSet, ) -> *mut _xmlXPathObject
Expand description

xmlXPathObjectPtr xmlXPathNewNodeSetList(xmlNodeSetPtr val) โ€” a node-set object that COPIES the given node set.

ยงSAFETY

  • val must be a valid node-set pointer or NULL.