Skip to main content

xmlRemoveRef

Function xmlRemoveRef 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlRemoveRef( doc: *mut _xmlDoc, attr: *mut _xmlAttr, ) -> c_int
Expand description

Remove an attribute’s IDREF entries.

§UPSTREAM-PARITY

int xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr);