#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlXPathNodeSetAddNs(
cur: *mut _xmlNodeSet,
_node: *mut _xmlNode,
ns: *mut _xmlNs,
) -> c_intExpand description
int xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns)
โ adds the namespace declaration as a namespace node.
ยงSAFETY
curmust be a valid node set or NULL.