Skip to main content

xmlSetNsProp

Function xmlSetNsProp 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSetNsProp( node: *mut _xmlNode, ns: *mut _xmlNs, name: *const xmlChar, value: *const xmlChar, ) -> *mut _xmlAttr
Expand description

Set a namespaced property.

ยงUPSTREAM-PARITY

xmlAttrPtr xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns,
                        const xmlChar *name, const xmlChar *value);