Skip to main content

copy_attribute_decl

Function copy_attribute_decl 

Source
pub unsafe fn copy_attribute_decl(
    attr: *mut _xmlAttribute,
) -> *mut _xmlAttribute
Expand description

Deep copy an attribute declaration.

§UPSTREAM-PARITY

xmlAttributePtr xmlCopyAttribute(xmlAttributePtr attr);

§SAFETY

  • attr must be a valid pointer to an _xmlAttribute, or NULL.