xml_is_mixed_element

Function xml_is_mixed_element 

Source
pub fn xml_is_mixed_element(doc: XmlDocPtr, name: &str) -> i32
Expand description

Search in the DtDs whether an element accept Mixed content (or ANY) basically if it is supposed to accept text childs

returns 0 if no, 1 if yes, and -1 if no element description is available