Skip to main content

xmloxide_reader_get_attribute

Function xmloxide_reader_get_attribute 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmloxide_reader_get_attribute( reader: *const FfiReader, name: *const c_char, ) -> *mut c_char
Expand description

Returns the value of an attribute by name on the current element, or null.

The returned string must be freed with xmloxide_free_string.