CFXMLTreeCreateFromData

Function CFXMLTreeCreateFromData 

Source
pub unsafe extern "C-unwind" fn CFXMLTreeCreateFromData(
    allocator: Option<&CFAllocator>,
    xml_data: Option<&CFData>,
    data_source: Option<&CFURL>,
    parse_options: CFOptionFlags,
    version_of_nodes: CFIndex,
) -> Option<CFRetained<CFXMLTree>>
👎Deprecated: CFXMLParser is deprecated, use NSXMLParser, NSXMLDocument or libxml2 library instead
Available on crate features CFData and CFTree and CFURL and CFXMLNode and CFXMLParser only.