Function yrs::yxmlattr_iter_next[][src]

#[no_mangle]
pub unsafe extern "C" fn yxmlattr_iter_next(
    iterator: *mut Attributes
) -> *mut YXmlAttr
Expand description

Returns a next XML attribute from an iterator. Attributes are returned in an unordered manner. Once iterator reaches the end of attributes collection, a null pointer will be returned.

Returned value should be eventually released using yxmlattr_destroy.