Function yrs::yxmlelem_remove_range

source ยท
#[no_mangle]
pub unsafe extern "C" fn yxmlelem_remove_range(
    xml: *const Branch,
    txn: *mut Transaction,
    index: u32,
    len: u32
)
Expand description

Removes a consecutive range of child elements (of specified length) from the current YXmlElement, starting at the given index. Specified range must fit into boundaries of current XML node children, otherwise this function will panic at runtime.