Skip to main content

xmlXPathNodeSetCreate

Function xmlXPathNodeSetCreate 

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

Create a node-set from a range of an existing node-set.

ยงUPSTREAM-PARITY

xmlNodeSetPtr xmlXPathNodeSetCreate(xmlNodePtr val);

With a null val, creates an empty node-set.