Skip to main content

parse_with

Function parse_with 

Source
pub fn parse_with<'a>(
    input: &'a str,
    options: &ParseOptions,
) -> Result<AdfDocument<'a>>
Expand description

Parse an ADF-XML document with explicit ParseOptions.

See parse for the entity-handling guarantees that apply regardless of options.