splitQName
fn
void splitQName(string qname, out string prefix, out string local) @safe pure nothrowSplits a QName into its prefix and local parts.
Parameters
qname | Qualified name (e.g. "ns:elem" or "elem"). |
prefix | Set to the prefix portion (empty if no colon). |
local | Set to the local portion (the full name if no colon). |