Skip to main content

xmlNewDocNodeEatName

Function xmlNewDocNodeEatName 

Source
pub unsafe extern "C" fn xmlNewDocNodeEatName(
    doc: *mut xmlDoc,
    ns: *mut xmlNs,
    name: *mut xmlChar,
    content: *const xmlChar,
) -> *mut xmlNode