Function yrs::yxmltext_prev_sibling[][src]

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

Returns a previous sibling of a current YXmlText, which can be either another YXmlText or an YXmlElement.

If current YXmlText is the first child, this function returns a null pointer. A returned value should be eventually released using youtput_destroy function.