Function yrs::yxmlelem_child_len[][src]

#[no_mangle]
pub unsafe extern "C" fn yxmlelem_child_len(
    xml: *const XmlElement,
    txn: *const Transaction
) -> c_int
Expand description

Returns a number of child nodes (both YXmlElement and YXmlText) living under a current XML element. This function doesn’t count a recursive nodes, only direct children of a current node.