fn get_namespace_for_prefix(
prefix: &Prefix,
context: &ParserContext<'_>,
) -> Option<Namespace>
Expand description
Get the Namespace for a given prefix from the namespace map.
fn get_namespace_for_prefix(
prefix: &Prefix,
context: &ParserContext<'_>,
) -> Option<Namespace>
Get the Namespace for a given prefix from the namespace map.