xml_copy_prop

Function xml_copy_prop 

Source
pub unsafe fn xml_copy_prop(
    target: Option<XmlNodePtr>,
    cur: XmlAttrPtr,
) -> Option<XmlAttrPtr>
Expand description

Do a copy of the attribute.

Returns: a new #xmlAttrPtr, or null_mut() in case of error.