Skip to main content

xmlXPathNewValueTree

Function xmlXPathNewValueTree 

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

xmlXPathObjectPtr xmlXPathNewValueTree(xmlNodePtr val) โ€” a node-set object containing a single node whose subtree is owned by the object.

ยงSAFETY

  • val must be a valid node pointer or NULL.