Skip to main content

parse_with_ns

Function parse_with_ns 

Source
pub fn parse_with_ns<L, N: Node>(
    doc: N,
    input: &str,
    r: Option<L>,
) -> Result<(N, Option<NamespaceMap>), Error>