Skip to main content

xmlXPathNodeSetAddNs

Function xmlXPathNodeSetAddNs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathNodeSetAddNs( cur: *mut _xmlNodeSet, _node: *mut _xmlNode, ns: *mut _xmlNs, ) -> c_int
Expand description

int xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) โ€” adds the namespace declaration as a namespace node.

ยงSAFETY

  • cur must be a valid node set or NULL.