Skip to main content

xml_reader_for_memory

Function xml_reader_for_memory 

Source
pub fn xml_reader_for_memory(
    buffer: &[u8],
    url: Option<&str>,
    encoding: Option<&str>,
    options: i32,
) -> Result<XmlTextReader, XmlError>
Expand description

xmlReaderForMemory.