Skip to main content

xmlXPathWrapNodeSet

Function xmlXPathWrapNodeSet 

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

xmlXPathObjectPtr xmlXPathWrapNodeSet(xmlNodeSetPtr val) โ€” wraps a node set, TAKING OWNERSHIP.

ยงSAFETY

  • val must be a heap-allocated node set or NULL.