Skip to main content

decode_qname

Function decode_qname 

Source
pub fn decode_qname(codetag: &str) -> Result<(Option<String>, String)>
Expand description

Given a Qualified name, possibly prefixed with a namespace prefix, as defined by the code namespace mapping, return the NamespaceURI and localname.