Function yrs::yxmltext_attr_iter[][src]

#[no_mangle]
pub unsafe extern "C" fn yxmltext_attr_iter(
    xml: *const XmlText,
    txn: *const Transaction
) -> *mut Attributes
Expand description

Returns an iterator over the YXmlText attributes.

Use yxmlattr_iter_next function in order to retrieve a consecutive (unordered) attributes. Use yxmlattr_iter_destroy function in order to close the iterator and release its resources.