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.