Skip to main content

xmlNewNsProp

Function xmlNewNsProp 

Source
pub unsafe extern "C" fn xmlNewNsProp(
    node: *mut xmlNode,
    ns: *mut xmlNs,
    name: *const xmlChar,
    value: *const xmlChar,
) -> *mut xmlAttr