Skip to main content

xml_ctxt_read_memory

Function xml_ctxt_read_memory 

Source
pub fn xml_ctxt_read_memory(
    ctxt: &mut XmlParserCtxt,
    buffer: &[u8],
    url: Option<&str>,
    encoding: Option<&str>,
    options: i32,
) -> Result<XmlDoc, XmlError>
Expand description

xmlCtxtReadMemory.