Function yrs::yxmlelem_remove_attr[][src]

#[no_mangle]
pub unsafe extern "C" fn yxmlelem_remove_attr(
    xml: *const XmlElement,
    txn: *mut Transaction,
    attr_name: *const c_char
)
Expand description

Removes an attribute from a current YXmlElement, given its name.

An attr_namemust be a null-terminated UTF-8 encoded string.